diff options
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r-- | skins/default/templates/compose.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index e827a024a..e2f41a007 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -34,6 +34,7 @@ function rcmail_toggle_display(id) <roundcube:button command="list" image="/images/buttons/back_act.png" width="32" height="32" title="backtolist" /> <roundcube:button command="send" imageAct="/images/buttons/send_act.png" imagePas="/images/buttons/send_pas.png" width="32" height="32" title="sendmessage" /> <!--<roundcube:button command="contacts" imageAct="/images/buttons/contacts_act.png" imagePas="/images/buttons/contacts_pas.png" width="32" height="32" title="addressbook" />--> +<roundcube:button command="spellcheck" imageAct="/images/buttons/spellcheck_act.png" imagePas="/images/buttons/spellcheck_pas.png" width="32" height="32" title="checkspelling" /> <roundcube:button command="add-attachment" imageAct="/images/buttons/attach_act.png" imagePas="/images/buttons/attach_pas.png" width="32" height="32" title="addattachment" /> <div id="priority-selector"> |