diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-17 23:32:08 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-17 23:32:08 +0200 |
commit | 3bc6ae04ae11a2e84a457a80a3892d6072bcc334 (patch) | |
tree | 47d7770a5d16741053dfdcf1c109961deaae1434 /skins/classic/includes/messagetoolbar.html | |
parent | b50a6c843d9f69e926998fcc16fac3ed6fd2f737 (diff) |
Adapt classic skin to new extwin feature
Diffstat (limited to 'skins/classic/includes/messagetoolbar.html')
-rw-r--r-- | skins/classic/includes/messagetoolbar.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/skins/classic/includes/messagetoolbar.html b/skins/classic/includes/messagetoolbar.html index 302e95002..eebb55708 100644 --- a/skins/classic/includes/messagetoolbar.html +++ b/skins/classic/includes/messagetoolbar.html @@ -1,10 +1,12 @@ <div id="messagetoolbar"> -<roundcube:if condition="template:name == 'message'" /> +<roundcube:if condition="template:name == 'message' && env:extwin" /> +<roundcube:button command="close" type="link" class="button back" classAct="button back" classSel="button backSel" title="close" content=" " /> +<roundcube:elseif condition="template:name == 'message'" /> <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " /> <roundcube:else /> <roundcube:button command="checkmail" type="link" class="button checkmail" classAct="button checkmail" classSel="button checkmailSel" title="checkmail" content=" " /> -<roundcube:endif /> <roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " /> +<roundcube:endif /> <roundcube:button command="reply" type="link" class="buttonPas reply" classAct="button reply" classSel="button replySel" title="replytomessage" content=" " /> <span class="dropbutton"> <roundcube:button command="reply-all" type="link" class="buttonPas replyAll" classAct="button replyAll" classSel="button replyAllSel" title="replytoallmessage" content=" " /> |