Adjust display for Thread View link left-aligned placement
authoralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Mar 2004 14:46:47 +0000 (14:46 +0000)
committeralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Mar 2004 14:46:47 +0000 (14:46 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6981 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/search.php

index b99fff9c81635bcd117ece3537cb8922e02c9d75..82bb5e67b02162e0cd250d8fe9441f6910a171e4 100644 (file)
@@ -536,7 +536,7 @@ function asearch_print_recent($data_dir, $username)
 /** Build an <option> statement */
 function asearch_opt($val, $sel, $tit)
 {
-    return '<option value="' . $val . '"' . ($sel == $val ? ' selected' : '') . '>' . $tit . '</option>' . "\n";
+       return '<option value="' . $val . '"' . ($sel == $val ? ' selected' : '') . '>' . $tit . '</option>' . "\n";
 }
 
 /** Build a <select> statement from an array */
@@ -665,7 +665,7 @@ function asearch_print_mailbox_msgs($imapConnection, $mailbox, $msgs, $cnt, $sor
                $mailbox_display = asearch_get_mailbox_display($mailbox);
 
                $msg_cnt_str = get_msgcnt_str(1, $cnt, $cnt);
-               $paginator_str = '<b><big>' . _("Folder:") . ' '. $mailbox_display . '</big></b>';
+               $paginator_str = '<b><big>' . _("Folder:") . ' '. $mailbox_display . '&nbsp;</big></b>';
 
                echo '<br><table border="0" width="100%" cellpadding="0" cellspacing="0">';