diff options
author | thomascube <thomas@roundcube.net> | 2009-07-02 07:59:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-07-02 07:59:27 +0000 |
commit | bd9bfcfa8a22f6aeb4586a837f1a715a2ec77c38 (patch) | |
tree | d67f6da28509e93d315bec9711859d6e24600a31 /skins/default | |
parent | e48a10a0d7ba44261ce118c024596f61266ff20a (diff) |
Place additional toolbar icons before the mark-message dropdown button
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index b90520e41..28c21a634 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -113,8 +113,8 @@ <roundcube:button command="reply-all" imageSel="/images/buttons/replyall_sel.png" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" width="32" height="32" title="replytoallmessage" /> <roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /> <roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /> -<roundcube:button name="markreadbutton" id="markreadbutton" image="/images/buttons/markread_act.png" width="32" height="32" title="markmessages" onclick="rcmail_ui.show_markmenu();return false" /> <roundcube:container name="toolbar" id="messagetoolbar" /> +<roundcube:button name="markreadbutton" id="markreadbutton" image="/images/buttons/markread_act.png" width="32" height="32" title="markmessages" onclick="rcmail_ui.show_markmenu();return false" /> <roundcube:button name="messagemenulink" id="messagemenulink" image="/images/buttons/actions_act.png" width="34" height="32" title="messageactions" onclick="rcmail_ui.show_messagemenu();return false" /> <div id="markmessagemenu"> |