Browse Source

Changes alignment of folder box, slightly. Made look more like the other side.

thomppj 24 years ago
parent
commit
d9653ecd8b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      functions/mailbox_display.php

+ 2 - 2
functions/mailbox_display.php

@@ -547,7 +547,7 @@
       echo "   </TR>\n";
       echo "   <TR>\n";
       echo "      <TD ALIGN=LEFT VALIGN=CENTER NOWRAP>\n";
-      echo '         <TT><SMALL>&nbsp;&nbsp;&nbsp;<SELECT NAME="targetMailbox">';
+      echo '         <TT><SMALL>&nbsp;<SELECT NAME="targetMailbox">';
 
       $boxes = sqimap_mailbox_list($imapConnection);
       for ($i = 0; $i < count($boxes); $i++) {
@@ -708,4 +708,4 @@ window.document.write('<a href="#" onClick="CheckAll();"><?php echo
       return substr($subject, 0, $trim_val) . '...';
    }
 
-?>
+?>