From 8e7241121f714d9a08e1c8900d4ca274a7b22a9c Mon Sep 17 00:00:00 2001 From: kink Date: Thu, 20 Feb 2003 10:04:57 +0000 Subject: [PATCH] Small html fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4531 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- plugins/filters/options.php | 2 +- plugins/message_details/message_details_bottom.php | 4 ++-- plugins/newmail/newmail_opt.php | 10 +++++----- src/left_main.php | 8 ++++---- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 4174bbc1..c8211ee0 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -719,7 +719,7 @@ function mail_message_listing_beginning ($imapConnection, echo getButton('SUBMIT', 'markRead',_("Read")); echo getButton('SUBMIT', 'markUnread',_("Unread")); - echo getButton('SUBMIT', 'delete',_("Delete")) ." \n"; + echo getButton('SUBMIT', 'delete',_("Delete")) ." \n"; if (!strpos($php_self,'mailbox')) { $location = $php_self.'?mailbox=INBOX&startMessage=1'; } else { diff --git a/plugins/filters/options.php b/plugins/filters/options.php index 09c0a132..2bae7054 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -239,7 +239,7 @@ require_once(SM_PATH . 'plugins/filters/filters.php'); echo ''. html_tag( 'table', html_tag( 'tr', - html_tag( 'td', ' ', 'left' ) + html_tag( 'td', ' ', 'left' ) ) , 'center', '', 'width="80%" border="0" cellpadding="2" cellspacing="0"' ); ?> diff --git a/plugins/message_details/message_details_bottom.php b/plugins/message_details/message_details_bottom.php index 4695e3c7..62fc8828 100644 --- a/plugins/message_details/message_details_bottom.php +++ b/plugins/message_details/message_details_bottom.php @@ -308,11 +308,11 @@ if (count($content) > 0) { echo ''; if (isset($content[$i]['name'])) { echo $content[$i]['name']; - } else echo ' '; + } else echo ' '; echo ''; if (isset($content[$i]['encoding'])) { echo $content[$i]['encoding']; - } else echo ' '; + } else echo ' '; echo ''."\n"; } echo '
'."\n"; diff --git a/plugins/newmail/newmail_opt.php b/plugins/newmail/newmail_opt.php index 06e1e2c0..c463fec0 100644 --- a/plugins/newmail/newmail_opt.php +++ b/plugins/newmail/newmail_opt.php @@ -63,7 +63,7 @@ require_once(SM_PATH . 'include/load_prefs.php'); echo '
'. html_tag( 'table', '', '', '', 'width="100%" cellpadding="0" cellspacing="2" border="0"' ) . "\n" . html_tag( 'tr' ) . "\n" . - html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n"; + html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n"; if ($allowsound == "true") { echo html_tag( 'td', '', 'left' ) . '' . "\n"; } echo html_tag( 'tr' ) . "\n" . - html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . + html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . html_tag( 'td', '', 'left' ) . ' ' . _("Check all boxes, not just INBOX") . ''. ''. "\n" . html_tag( 'tr' ) . "\n" . - html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . + html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . html_tag( 'td', '', 'left' ) . ' ' . _("Count only messages that are RECENT") . ''. ''. "\n" . html_tag( 'tr' ) . "\n" . - html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . + html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . html_tag( 'td', '', 'left' ) . ' ' . _("Change title on supported browsers.") . '   (' . _("requires JavaScript to work") . ')'. ''. "\n" . html_tag( 'tr' ) . "\n" . - html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . + html_tag( 'td', ' ', 'right', '', 'nowrap' ) . "\n" . html_tag( 'td', '', 'left' ) . 'mailboxname_full; $leader = ''; for ($k = 0; $k < $j; $k++) { - $leader.= '   '; + $leader.= '   '; } $mailboxURL = urlencode($mailbox); @@ -310,14 +310,14 @@ function listBoxes ($boxes, $j=0 ) { $link = '$leader + "; + $link .= "unfold=$mailboxURL\">$leader + "; } else { - $link .= "fold=$mailboxURL\">$leader - "; + $link .= "fold=$mailboxURL\">$leader - "; } $link .= ''; $pre .= $link; } else { - $pre.= $leader . '   '; + $pre.= $leader . '   '; } -- 2.25.1