Closes bug #479899
authorantipode <antipode@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 10 Nov 2001 01:37:49 +0000 (01:37 +0000)
committerantipode <antipode@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 10 Nov 2001 01:37:49 +0000 (01:37 +0000)
(Missalignment of "Attachment:" word

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

src/compose.php

index 3d5c30023b5dd5c89ad9f6a0b2f9f84121700dcc..5e1e910eeead1a2b0193d9e856457bba01c36f42 100644 (file)
 
       // This code is for attachments
       echo "   <tr>\n";
-      echo "     <TD BGCOLOR=\"$color[0]\" VALIGN=TOP ALIGN=RIGHT>\n";
-      echo "      <SMALL><BR></SMALL>"._("Attach:");
+      echo "     <TD BGCOLOR=\"$color[0]\" VALIGN=MIDDLE ALIGN=RIGHT>\n";
+      echo        _("Attach:");
       echo "      </td><td ALIGN=left BGCOLOR=\"$color[0]\">\n";
       echo "      <INPUT NAME=\"attachfile\" SIZE=48 TYPE=\"file\">\n";
       echo "      &nbsp;&nbsp;<input type=\"submit\" name=\"attach\"";