From: tokul Date: Tue, 7 Sep 2004 16:42:13 +0000 (+0000) Subject: nested table might not centered when width is not set. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=045fd8dd2e0ed09fd696072352843b9ce059da20;p=squirrelmail.git nested table might not centered when width is not set. I know about style="white-space:nowrap" limitations in IE5 and I also know that is not part of html 4.01 specs. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8039 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/left_main.php b/src/left_main.php index f3519f72..5690cec0 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -968,7 +968,7 @@ 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' ) . - html_tag( 'table', '', '', '', 'border="0" cellspacing="0" cellpadding="0"' ) . + html_tag( 'table', '', '', '', 'border="0" cellspacing="0" cellpadding="0" width="98%"' ) . html_tag( 'tr' ) . html_tag( 'td', '', 'center' ) . ''. _("Folders") . "
\n\n"; @@ -1012,8 +1012,8 @@ if ($date_format != 6) { } /* Next, display the refresh button. */ -echo '
['. - _("Check mail") . ']
'; +echo '
['. + _("Check mail") . ']

'; /* Lastly, display the folder list. */ if ( $collapse_folders ) {