Small UI tweak.
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Dec 2001 05:40:03 +0000 (05:40 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Dec 2001 05:40:03 +0000 (05:40 +0000)
----------------------------------------------------------------------

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1903 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index ca43a14251bbfa1e52d6862c5622657c8618d24a..87f5e4d40bb54ff7069a4e7ece6d5a3e8ef09433 100644 (file)
@@ -356,15 +356,16 @@ require_once('../functions/plugin.php');
       }
 
       // This code is for attachments
-      echo "   <tr>\n";
-      echo "     <TD BGCOLOR=\"$color[0]\" VALIGN=MIDDLE ALIGN=RIGHT>\n";
+      echo "   <TR>\n";
+      echo "     <TD VALIGN=MIDDLE ALIGN=RIGHT>\n";
       echo        _("Attach:");
-      echo "      </td><td ALIGN=left BGCOLOR=\"$color[0]\">\n";
+      echo "      </TD>\n";
+      echo "      <TD VALIGN=MIDDLE ALIGN=LEFT>\n";
       echo "      <INPUT NAME=\"attachfile\" SIZE=48 TYPE=\"file\">\n";
       echo "      &nbsp;&nbsp;<input type=\"submit\" name=\"attach\"";
       echo " value=\"" . _("Add") ."\">\n";
-      echo "     </td>\n";
-      echo "   </tr>\n";
+      echo "     </TD>\n";
+      echo "   </TR>\n";
       if (count($attachments)) {
          $hashed_attachment_dir = getHashedDir($username, $attachment_dir);
          echo "<tr><td bgcolor=\"$color[0]\" align=right>\n";