From ba4c63927c231969ad5ad7d7dae341ed53952550 Mon Sep 17 00:00:00 2001 From: kink Date: Sat, 14 May 2005 10:29:02 +0000 Subject: [PATCH] Restore folder list centering to the old situation (before 3 weeks ago). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9417 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index 272e8338..436deb33 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -683,8 +683,13 @@ if ($advanced_tree) { echo '


';*/ } -echo "\n\n" . - '
'. _("Folders") . "
\n\n"; +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( 'tr' ) . + html_tag( 'td', '', 'center' ) . + ''. _("Folders") . "
\n\n"; if ($date_format != 6) { /* First, display the clock. */ @@ -727,11 +732,9 @@ if ($date_format != 6) { /* Next, display the refresh button. */ echo '
['. - _("Check mail") . "]

\n\n"; + _("Check mail") . "]

\n\n"; /* Lastly, display the folder list. */ -echo "
\n"; - if ( $collapse_folders ) { /* If directed, collapse or uncollapse a folder. */ @@ -777,10 +780,9 @@ if (isset($advanced_tree) && $advanced_tree) { ListBoxes($boxes); } -echo "
\n"; - do_hook('left_main_after'); sqimap_logout($imapConnection); ?> + -- 2.25.1