From 1d4fe45e807b6def54ad2ebefe3b21cdbf8d83a6 Mon Sep 17 00:00:00 2001 From: gustavf Date: Thu, 25 May 2000 13:54:24 +0000 Subject: [PATCH] Cleaned up HTML. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@511 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index c2f01fca..d86a4fe6 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -39,7 +39,7 @@ $unseen = sqimap_unseen_messages($imapConnection, $numUnseen, $real_box); } - echo ""; + $line .= ""; if ($unseen > 0) $line .= ""; @@ -56,7 +56,7 @@ } else { $line .= ""; $line .= replace_spaces($mailbox); - $line .= ""; + $line .= ""; } if ($unseen > 0) @@ -68,12 +68,12 @@ if (($move_to_trash == true) && ($real_box == $trash_folder)) { $urlMailbox = urlencode($real_box); - $line .= ""; - $line .= "    ("._("purge").")"; - $line .= "\n"; + $line .= "\n\n"; + $line .= "     ("._("purge").")"; + $line .= "\n\n"; } + $line .= ""; return $line; - echo ""; } // open a connection on the imap port (143) @@ -83,17 +83,17 @@ include("../src/load_prefs.php"); if (isset($left_refresh) && ($left_refresh != "None") && ($left_refresh != "")) { - echo ""; - echo ""; - echo ""; + echo "\n"; + echo "\n"; + echo "\n"; } - echo ""; + echo "\n\n\n"; $boxes = sqimap_mailbox_list($imapConnection); - echo "
"; - echo _("Folders") . "
"; + echo "
"; + echo _("Folders") . "
\n\n"; echo "("; echo _("refresh folder list"); @@ -120,7 +120,7 @@ } else { $line .= formatMailboxName($imapConnection, $mailbox, $boxes[$i]["unformatted"], $delimeter, $boxes[$i]["unseen"]); } - echo "$line
"; + echo "\n$line
\n"; } -- 2.25.1