diff options
author | thomascube <thomas@roundcube.net> | 2006-05-01 14:47:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-01 14:47:27 +0000 |
commit | 6204390af16bcf50f82da61a1aefc2ad0c0adf94 (patch) | |
tree | 21db0bbe17472e7517233fbcc92f1f5ad21e455a /skins/default | |
parent | a4bafb40979b578951863cb1ae49c95d4a02cb9b (diff) |
Applied patch for requesting receipts by Salvatore Ansani
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/mail.css | 9 | ||||
-rw-r--r-- | skins/default/templates/compose.html | 4 |
2 files changed, 12 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 3188e6574..333aed0ae 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -642,7 +642,14 @@ div.message-part pre #priority-selector { position: absolute; - left: 200px; + left: 180px; + top: 10px; +} + +#receipt-selector +{ + position: absolute; + left: 350px; top: 10px; } diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index d160dd93a..07ebf82ae 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -39,6 +39,10 @@ function rcmail_toggle_display(id) <roundcube:label name="priority" />: <roundcube:object name="prioritySelector" form="form" /> </div> +<div id="receipt-selector"> +<roundcube:object name="receiptCheckBox" form="form" /> <roundcube:label name="returnreceipt" /> +</div> + </div> <div id="compose-container"> |