diff options
Diffstat (limited to 'skins/default/templates/message.html')
-rw-r--r-- | skins/default/templates/message.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/templates/message.html b/skins/default/templates/message.html index 4a4702afd..0ef9ef0bf 100644 --- a/skins/default/templates/message.html +++ b/skins/default/templates/message.html @@ -19,6 +19,7 @@ <div id="messagetoolbar"> <roundcube:button command="list" image="/images/buttons/back_act.png" width="32" height="32" title="backtolist" /> <roundcube:button command="reply" imageAct="/images/buttons/reply_act.png" imagePas="/images/buttons/reply_pas.png" width="32" height="32" title="replytomessage" /> +<roundcube:button command="reply-all" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" width="32" height="32" title="replytoallmessage" /> <roundcube:button command="forward" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /> <roundcube:button command="delete" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /> <roundcube:button command="print" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="printmessage" /> |