X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdisplay_messages.php;h=9c06da2eac54d4433c8ab762ccef407d888b255a;hb=1e18bf95e242d2df4a7f6fd14d2fc06fe4b19553;hp=c599c93d8afdf746cea8ab0cd69df89c2569ab93;hpb=ec5b189b09d56af26254737c16eb61c26449ac29;p=squirrelmail.git diff --git a/functions/display_messages.php b/functions/display_messages.php index c599c93d..9c06da2e 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -3,7 +3,7 @@ /** * display_messages.php * - * Copyright (c) 1999-2001 The SquirrelMail Development Team + * Copyright (c) 1999-2002 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * This contains all messages, including information, error, and just @@ -15,7 +15,7 @@ function error_username_password_incorrect() { echo '
'. - ''. + '
'. ''. ''. '' . @@ -31,15 +31,15 @@ function error_username_password_incorrect() { function general_info($motd, $org_logo, $version, $org_name, $color) { echo '
'; - echo "
' . _("ERROR") . '
"; - echo ''; + echo "
"; + echo ''; echo ' '; echo "
"; echo '
'; printf (_("Welcome to %s's WebMail system"), $org_name); echo '
'; echo '
'; - echo ' '; + echo '
'; echo ' '; echo '
'; if ( strlen($org_logo) > 3 ) { @@ -65,7 +65,7 @@ function error_message($message, $mailbox, $sort, $startMessage, $color) { $urlMailbox = urlencode($mailbox); echo '
'; - echo ""; + echo "
"; echo ' '; echo "
"; echo "
" . _("ERROR") . '
'; @@ -81,7 +81,7 @@ function error_message($message, $mailbox, $sort, $startMessage, $color) { function plain_error_message($message, $color) { echo '
'; - echo ""; + echo "
"; echo ' '; echo "
"; echo "
" . _("ERROR") . '
'; @@ -92,4 +92,4 @@ function plain_error_message($message, $color) { echo '
'; } -?> \ No newline at end of file +?>