Fix spacing on options pages
[squirrelmail.git] / templates / default / compose_attachments.tpl
index ced5e89b621570df73cf65fbf707dc35fcada5ee..16fbab9dc13a31b5ce9baad39d04e35fc76c1014 100644 (file)
@@ -13,9 +13,6 @@
  * @subpackage templates
  */
 
-/** add required includes **/
-include_once(SM_PATH . 'templates/util_global.php');
-
 /** extract template variables **/
 extract($t);
 
@@ -25,10 +22,10 @@ extract($t);
 <table cellspacing="0" class="table1">
  <tr class="header">
   <td class="fieldName" style="width: 1%; white-space: nowrap;">
-   <?php echo _("New") .' '. _("Attachment");?>:
+   <?php echo _("New attachment");?>:
   </td>
   <td class="fieldValue">
-   <input type="file" name="attachfile" size="48">
+   <input type="file" name="attachfile" size="48" />
    &nbsp;
    <input type="submit" name="attach" value="<?php echo _("Attach"); ?>" />
    &nbsp;
@@ -67,4 +64,4 @@ extract($t);
     }
  ?>
 </table>
-</div>
\ No newline at end of file
+</div>