don't waste space on compose window. Some people don't have 21 in. monitor
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 8 Oct 2006 15:49:17 +0000 (15:49 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 8 Oct 2006 15:49:17 +0000 (15:49 +0000)
and can't afford all that whitespace and extra rows in compose.

P.S. If you change api and break compose_button_row hook, make sure that core
plugins are updated to new API.

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

templates/default/compose_buttons.tpl

index 8ebb0fe5b14826711366d8b5052426f447543794..cbb3126e2e5d3eebf9d7a7f8879b647b5c66aace 100644 (file)
@@ -52,7 +52,7 @@ extract($t);
   </td>
   <td class="fieldValue">
     <input type="checkbox" name="request_mdn" id="request_mdn" value="1" <?php if ($read_receipt) echo ' checked="checked"'; ?> /><label for="request_mdn"><?php echo _("On Read"); ?></label>
-    <br />
+    &nbsp;
     <input type="checkbox" name="request_dr" id="request_dr" value="1" <?php if ($delivery_receipt) echo ' checked="checked"'; ?> /><label for="request_dr"><?php echo _("On Delivery"); ?></label>
   </td>
  </tr>