diff options
author | thomascube <thomas@roundcube.net> | 2006-03-20 22:01:13 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-03-20 22:01:13 +0000 |
commit | d6037d407a3c7314fe5664229011a23bd261801b (patch) | |
tree | 9c9206f9051d29adab75d23eaeebdc9be066b057 /skins/default/templates/message.html | |
parent | ffcbd825fd111bd755ddeb62d851318c4b991f0e (diff) |
Minor improvements and bugfixes
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 0ef9ef0bf..d0540e7df 100644 --- a/skins/default/templates/message.html +++ b/skins/default/templates/message.html @@ -18,6 +18,7 @@ <div id="messagetoolbar"> <roundcube:button command="list" image="/images/buttons/back_act.png" width="32" height="32" title="backtolist" /> +<roundcube:button command="compose" imageAct="/images/buttons/compose_act.png" imagePas="/images/buttons/compose_pas.png" width="32" height="32" title="writenewmessage" /> <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" /> |