diff options
author | thomascube <thomas@roundcube.net> | 2009-11-02 09:58:14 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-11-02 09:58:14 +0000 |
commit | 0207c45c90818e7c7df64ea52c61050850dee13d (patch) | |
tree | 89264d9dde1ca6337c4a5887084f66fb29a1c46b /skins/default/templates/compose.html | |
parent | 31ddb5e5c2dccffea5a8b947eca7b62d79d9c338 (diff) |
More options for top posting feature (#1484272) using patch from Phil Weir
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r-- | skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 35b198908..661ec4d07 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -20,7 +20,7 @@ <roundcube:button command="send" type="link" class="buttonPas send" classAct="button send" classSel="button sendSel" title="sendmessage" content=" " /> <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " /> <roundcube:button command="add-attachment" type="link" class="buttonPas attach" classAct="button attach" classSel="button attachSel" title="addattachment" content=" " /> - <roundcube:button command="insert-sig" type="link" class="buttonPas insertsig" classAct="button insertsig" classSel="button insertsigSel" title="insertsig" content=" " /> + <roundcube:button command="insert-sig" type="link" class="buttonPas insertsig" classAct="button insertsig" classSel="button insertsigSel" title="insertsignature" content=" " /> <roundcube:button command="savedraft" type="link" class="buttonPas savedraft" classAct="button savedraft" classSel="button savedraftSel" title="savemessage" content=" " /> <roundcube:container name="toolbar" id="compose-toolbar" /> </td> |