From: pdontthink Date: Sun, 8 Aug 2004 08:00:33 +0000 (+0000) Subject: Fixed alignment of title text for folder list frame, also changed refresh string... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=69319017947414853523f0d4a7fb63bceb58f018 Fixed alignment of title text for folder list frame, also changed refresh string to 'Check mail'; someone correct me if I'm wrong about that string change git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7849 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/left_main.php b/src/left_main.php index 2863f557..01345b47 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -967,7 +967,10 @@ if ($advanced_tree) { echo "\n\n" . html_tag( 'table', '', 'left', '', 'border="0" cellspacing="0" cellpadding="0" width="99%"' ) . html_tag( 'tr' ) . html_tag( 'td', '', 'left' ) . - '
'. _("Folders") . "
\n\n"; + html_tag( 'table', '', '', '', 'border="0" cellspacing="0" cellpadding="0"' ) . + html_tag( 'tr' ) . + html_tag( 'td', '', 'center' ) . + ''. _("Folders") . "
\n\n"; if ($date_format != 6) { /* First, display the clock. */ @@ -1003,13 +1006,13 @@ if ($date_format != 6) { } $clk = str_replace(' ',' ',$clk); - echo '
' . str_replace(' ',' ',_("Last Refresh")) . - ": $clk
"; + echo '' . str_replace(' ',' ',_("Last Refresh")) . + ": $clk
"; } /* Next, display the refresh button. */ -echo '('. - _("refresh folder list") . ')

'; +echo '('. + _("Check mail") . ')
'; /* Lastly, display the folder list. */ if ( $collapse_folders ) {