diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-01 14:47:27 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-01 14:47:27 +0000 |
| commit | 697d837ae17bb957f70bfc603dd19640982e2e8c (patch) | |
| tree | 6bd6bdae93d107e937ca7dbd6d1daaf46617b67b /roundcubemail/skins/default | |
| parent | 1fad3903dcdba69355810bb3d70d2a9399389810 (diff) | |
Applied patch for requesting receipts by Salvatore Ansani
git-svn-id: https://svn.roundcube.net/trunk@205 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 9 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 4 |
2 files changed, 12 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 3188e6574..333aed0ae 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index d160dd93a..07ebf82ae 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/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"> |
