Changes alignment of folder box, slightly. Made look more like the other side.
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 27 Oct 2001 03:53:45 +0000 (03:53 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 27 Oct 2001 03:53:45 +0000 (03:53 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1622 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 58e36244a404823a1a5b4d1d29207c80e3c0b7a5..8060b78857f0a05f436be5eea1cd0c41b4056213 100644 (file)
       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) . '...';
    }
 
-?>
\ No newline at end of file
+?>