From a09387f473293a14a597f6ee0afc9714700fb040 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Tue, 23 Nov 1999 03:12:51 +0000 Subject: [PATCH] php refrences updated git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@21 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/array.php | 2 +- functions/date.php | 2 +- functions/display_messages.php | 6 +++--- functions/imap.php | 2 +- functions/mailbox.php | 4 ++-- functions/mailbox_display.php | 22 +++++++++++----------- functions/page_header.php | 6 +++--- src/left_main.php | 10 +++++----- src/login.php | 6 +++--- src/right_main.php | 22 +++++++++++----------- src/signout.php | 4 ++-- src/webmail.php | 6 +++--- 12 files changed, 46 insertions(+), 46 deletions(-) diff --git a/functions/array.php b/functions/array.php index 049f63ca..99dd1264 100644 --- a/functions/array.php +++ b/functions/array.php @@ -1,6 +1,6 @@ "; echo "
ERROR
"; echo " "; - echo "

Unknown user or password incorrect.
Click here to try again.
"; + echo "

Unknown user or password incorrect.
Click here to try again.
"; echo " "; echo ""; echo ""; @@ -47,4 +47,4 @@ echo ""; echo ""; } -?> \ No newline at end of file +?> diff --git a/functions/imap.php b/functions/imap.php index 4861d0d0..c757cf7a 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,6 +1,6 @@ \ No newline at end of file +?> diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 942ae2ec..437cfb82 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -1,6 +1,6 @@ "; if (($nextGroup <= $numMessages) && ($prevGroup >= 0)) { - echo "Previous\n"; - echo "Next\n"; + echo "Previous\n"; + echo "Next\n"; } else if (($nextGroup > $numMessages) && ($prevGroup >= 0)) { - echo "Previous\n"; + echo "Previous\n"; } else if (($nextGroup <= $numMessages) && ($prevGroup < 0)) { - echo "Next\n"; + echo "Next\n"; } echo "\n"; @@ -127,9 +127,9 @@ echo " From"; echo " Date"; if ($sort == 0) - echo " \n"; + echo " \n"; else - echo " \n"; + echo " \n"; echo " Subject\n"; echo ""; @@ -142,14 +142,14 @@ echo "\n"; echo ""; if (($nextGroup <= $numMessages) && ($prevGroup >= 0)) { - echo "Previous\n"; - echo "Next\n"; + echo "Previous\n"; + echo "Next\n"; } else if (($nextGroup > $numMessages) && ($prevGroup >= 0)) { - echo "Previous\n"; + echo "Previous\n"; } else if (($nextGroup <= $numMessages) && ($prevGroup < 0)) { - echo "Next\n"; + echo "Next\n"; } echo ""; /** End of message-list table */ } diff --git a/functions/page_header.php b/functions/page_header.php index 1dfb4b75..e4e5f66f 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -1,6 +1,6 @@ "; echo " "; echo " "; - echo " Sign Out"; + echo " Sign Out"; echo " "; echo "
Current Folder: $shortBoxName
"; echo " "; @@ -22,7 +22,7 @@ echo " Addresses  "; echo " Options  "; echo " "; - echo " Todos & Bugs  "; + echo " Todos & Bugs  "; echo " Help!"; echo " "; echo ""; diff --git a/src/left_main.php b/src/left_main.php index 7a2d670c..568de7ee 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -1,6 +1,6 @@ "; + echo ""; echo readShortMailboxName($mailbox, "."); echo "
\n"; } diff --git a/src/login.php b/src/login.php index a9bb2794..cff8c3f9 100644 --- a/src/login.php +++ b/src/login.php @@ -1,6 +1,6 @@ \n"; + echo "
\n"; echo "
\n"; echo "
SquirrelMail version $version
By Nathan and Luke Ehresman
\n"; echo "\n"; diff --git a/src/right_main.php b/src/right_main.php index 32715d63..cbc699f9 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -1,6 +1,6 @@ login first."; + echo "You must login first."; exit; } if(!isset($username) || !isset($key)) { @@ -20,15 +20,15 @@ "; echo " "; echo " "; echo " "; diff --git a/src/webmail.php b/src/webmail.php index 4b434e27..380e0cf5 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -1,6 +1,6 @@ - - + + -- 2.25.1
"; echo "
You have been successfully signed out.
"; - echo " Click here to log back in.

"; + echo " Click here to log back in.

"; echo "