summaryrefslogtreecommitdiff
path: root/skins/classic/includes/messagetoolbar.html
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-02-14 13:50:18 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-02-14 13:50:18 +0100
commit80102a2dde8d2870ee7d8c4ad8e8626a555ecc2f (patch)
tree629be9ca75d7165d47c71b3205ebe45cdf938dd8 /skins/classic/includes/messagetoolbar.html
parent7c23451eec050d533d049ee306c1221118e79690 (diff)
Re-locate the move-message toolbar button to be next to the related delete icon; synchronize toolbars in larry and classic skin
Diffstat (limited to 'skins/classic/includes/messagetoolbar.html')
-rw-r--r--skins/classic/includes/messagetoolbar.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/skins/classic/includes/messagetoolbar.html b/skins/classic/includes/messagetoolbar.html
index 639557da6..b6b16d635 100644
--- a/skins/classic/includes/messagetoolbar.html
+++ b/skins/classic/includes/messagetoolbar.html
@@ -17,12 +17,13 @@
<span id="forwardmenulink" onclick="rcmail_ui.show_popup('forwardmenu');return false"></span>
</span>
<roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletemessage" content=" " />
+<roundcube:if condition="template:name == 'message'" />
+ <roundcube:button command="move" type="link" class="buttonPas move" classAct="button move" classSel="button moveSel" label="move" title="moveto" content=" " data-menu-pos="bottom" />
+ <roundcube:button command="print" type="link" class="buttonPas print" classAct="button print" classSel="button printSel" label="print" title="printmessage" content=" " />
+<roundcube:endif />
<roundcube:container name="toolbar" id="messagetoolbar" />
<roundcube:button name="markmenulink" id="markmenulink" type="link" class="button markmessage" title="markmessages" onclick="rcmail_ui.show_popup('markmenu');return false" content=" " />
<roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="moreactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " />
-<roundcube:if condition="template:name == 'message'" />
-<roundcube:button command="move" type="link" class="buttonPas move" classAct="button move" classSel="button moveSel" label="move" title="moveto" content=" " data-menu-pos="bottom" />
-<roundcube:endif />
</div>
<div id="forwardmenu" class="popupmenu">