Reintroduce the centering of the folderlist.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 26 Apr 2005 21:07:18 +0000 (21:07 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 26 Apr 2005 21:07:18 +0000 (21:07 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9396 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/left_main.php

index 131f81b91a5763f4c6b14b4fd7d84404ceccc00e..1272053f74bbab0d948a52ad6349b67272f2f18e 100644 (file)
@@ -726,6 +726,9 @@ echo '<div style="white-space: nowrap;"><small>[<a href="../src/left_main.php" t
      _("Check mail") . "</a>]</small></div></center><br />\n\n";
 
 /* Lastly, display the folder list. */
+echo "<center><table><tr><td>\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 "</td></tr></table></center>\n";
+
 do_hook('left_main_after');
 sqimap_logout($imapConnection);
 
 ?>
-</body></html>
\ No newline at end of file
+</body></html>