From c9062c05d957b48de56d8323a2c8b841cc57ca8d Mon Sep 17 00:00:00 2001 From: kink Date: Thu, 16 May 2002 08:28:06 +0000 Subject: [PATCH] Fix some more HTML. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2831 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 45 +++++++++++++++++----------------- functions/mailbox_display.php | 6 ++--- src/help.php | 1 - 3 files changed, 25 insertions(+), 27 deletions(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index f0291ab2..3e91a4d1 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -48,11 +48,11 @@ function error_username_password_incorrect() { ''. '' . _("ERROR") . ''. '' . - ''. - '

' . _("Unknown user or password incorrect.") . + ''. + '
' . _("Unknown user or password incorrect.") . '
' . _("Click here to try again") . - '.
'. + '.'. ''. ''. ''; @@ -62,12 +62,12 @@ function error_message($message, $mailbox, $sort, $startMessage, $color) { $urlMailbox = urlencode($mailbox); echo '
'. - "". + "
". ''. - "
". - "
" . _("ERROR") . '
'. - '
'. - "

$message
\n". + "
". + "" . _("ERROR") . ''. + '
'. + "
$message
\n". '
'. "". + echo "
". ''. - "'. '
". - "
" . _("ERROR") . '
'. - '
'. - "

$message". - '
'. + "
". + "" . _("ERROR") . ''. + '
'. + "
$message". '
'; } @@ -146,18 +145,18 @@ function logout_error( $errString, $errTitle = '' ) { '' . sprintf (_("SquirrelMail version %s"), $version) . "
\n". ' ' . _("By the SquirrelMail Development Team") . "
\n" ) . "
". - "". - "'. - ''. - "
". - "
" . _("ERROR") . - '
' . $errString . '
". - "
". + "". + "'. + ''. + "'. - '
". + "" . _("ERROR") . + '
' . $errString . '
". + "". '' . - _("Go to the login page") . "". + _("Go to the login page") . "". '
'; + '
'; } ?> diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 06547997..1ef91de8 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -643,7 +643,7 @@ function mail_message_listing_beginning ($imapConnection, $moveURL, * This is the beginning of the message list table. * It wraps around all messages */ - echo "
\n" + echo "\n" . "\n' . "
" . "
\n" . '
\n" - . "\n" . " \n" . "
\n" @@ -804,7 +804,7 @@ function ShowSortButton($sort, $mailbox, $Up, $Down) { echo ' '; + . '" BORDER=0 WIDTH=12 HEIGHT=10 ALT="sort">'; } function get_selectall_link($start_msg, $sort) { diff --git a/src/help.php b/src/help.php index b60902b5..7b65faee 100644 --- a/src/help.php +++ b/src/help.php @@ -222,5 +222,4 @@ if ($help_exists == true) { do_hook('help_bottom'); ?>
 
-
-- 2.25.1