diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-02-14 13:50:18 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-02-14 14:18:07 +0100 |
commit | e7bcd945bd757a4d0d83abb96aecb8c3f7fca54b (patch) | |
tree | dea32ac4fa3f333ba1fc1c5b894f42ae093f556d /skins/larry/includes/mailtoolbar.html | |
parent | a4cd91f6b2005e5b265bf3fe40f30cf01d594c38 (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/larry/includes/mailtoolbar.html')
-rw-r--r-- | skins/larry/includes/mailtoolbar.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/skins/larry/includes/mailtoolbar.html b/skins/larry/includes/mailtoolbar.html index 912cac6e2..ac08a3200 100644 --- a/skins/larry/includes/mailtoolbar.html +++ b/skins/larry/includes/mailtoolbar.html @@ -11,13 +11,11 @@ </span> <roundcube:button command="delete" type="link" class="button delete disabled" classAct="button delete" classSel="button delete pressed" label="delete" title="deletemessage" /> <roundcube:if condition="template:name == 'message'" /> +<roundcube:button command="move" type="link" class="button move disabled" classAct="button move" classSel="button move pressed" label="move" title="moveto" data-menu-pos="bottom" /> <roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="print" title="printmessage" /> <roundcube:endif /> <roundcube:container name="toolbar" id="mailtoolbar" /> <roundcube:button name="markmenulink" id="markmessagemenulink" type="link" class="button markmessage" label="mark" title="markmessages" onclick="UI.show_popup('markmessagemenu');return false" /> -<roundcube:if condition="template:name == 'message'" /> -<roundcube:button command="move" type="link" class="button move disabled" classAct="button move" classSel="button move pressed" label="move" title="moveto" data-menu-pos="bottom" /> -<roundcube:endif /> <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button more" label="more" title="moreactions" onclick="UI.show_popup('messagemenu');return false" /> <div id="forwardmenu" class="popupmenu"> |