From a1a39832a5ddac69630f8c85dd8882a24f986b32 Mon Sep 17 00:00:00 2001 From: kink Date: Tue, 26 Apr 2005 21:07:18 +0000 Subject: [PATCH] Reintroduce the centering of the folderlist. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9396 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index 131f81b9..1272053f 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -726,6 +726,9 @@ echo '
[]

\n\n"; /* Lastly, display the folder list. */ +echo "
\n"; + + if ( $collapse_folders ) { /* If directed, collapse or uncollapse a folder. */ if (isset($fold)) { @@ -770,8 +773,10 @@ if (isset($advanced_tree) && $advanced_tree) { ListBoxes($boxes); } +echo "
\n"; + do_hook('left_main_after'); sqimap_logout($imapConnection); ?> - \ No newline at end of file + -- 2.25.1