colspans that are no longer needed
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 30 Nov 2009 22:58:46 +0000 (15:58 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 30 Nov 2009 23:03:49 +0000 (16:03 -0700)
imp/templates/compose/compose.html

index 5252f7d..722e4ec 100644 (file)
 <if:stationery>
  <tr>
   <td class="light rightAlign" valign="middle"><strong><tag:stationery_label />&nbsp;</strong></td>
-  <td class="item" colspan="2">
+  <td class="item">
    <select name="stationery" id="stationery">
     <option value=""><gettext>Select stationery:</gettext></option>
 <loop:stationeries>
 <if:ssm>
  <tr>
   <td>&nbsp;</td>
-  <td class="item" colspan="2">
+  <td class="item">
    <input id="ssm" type="checkbox" class="checkbox" name="save_sent_mail" <if:ssm_selected>checked="checked" </if:ssm_selected>/>
    <tag:ssm_label />
 <if:ssm_folders>
 <if:rrr>
  <tr>
   <td>&nbsp;</td>
-  <td class="item" colspan="2">
+  <td class="item">
    <input id="rrr" type="checkbox" class="checkbox" name="request_read_receipt" <if:rrr_selected>checked="checked" </if:rrr_selected>/> <tag:rrr_label />
   </td>
  </tr>
 <if:compose_html>
  <tr>
   <td>&nbsp;</td>
-  <td class="item" colspan="2">
+  <td class="item">
    <tag:html_img />
    <tag:html_switch />
    <if:rtemode><gettext>Switch to plain text composition</gettext><else:rtemode><gettext>Switch to HTML composition</gettext></else:rtemode></if:rtemode></a>
 
  <tr>
   <td class="light rightAlign" valign="top"><strong><tag:message_label />&nbsp;</strong></td>
-  <td class="item" colspan="2" id="composeMessageParent">
+  <td class="item" id="composeMessageParent">
    <textarea class="fixed composebody" tabindex="<tag:message_tabindex />" name="message" id="composeMessage" rows="20" cols="80"><tag:message /></textarea>
   </td>
  </tr>
 <if:vcard>
  <tr>
   <td>&nbsp;</td>
-  <td class="item nowrap" colspan="2">
+  <td class="item nowrap">
    <input id="vcard" type="checkbox" class="checkbox" name="vcard" <if:attach_vcard>checked="checked" </if:attach_vcard>/>
    <tag:vcard />
   </td>
      </td>
     </tr>
     <tr>
-     <td colspan="2">
+     <td>
       (<gettext>Maximum Attachment Size</gettext>: <tag:attach_size /> <gettext>bytes</gettext>)
      </td>
     </tr>