diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-02-14 18:25:02 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-02-14 18:25:02 +0100 |
commit | abecca8f4bc0898f952a3362bd42b4c78ac783c3 (patch) | |
tree | cf1f70fee183c64f2da2f0d7b09afd055b41c0ab /skins/larry/includes/mailtoolbar.html | |
parent | c6227fe7b08e2371f07250261a464cb86fdbc9d4 (diff) | |
parent | 80102a2dde8d2870ee7d8c4ad8e8626a555ecc2f (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry/includes/mailtoolbar.html')
-rw-r--r-- | skins/larry/includes/mailtoolbar.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/includes/mailtoolbar.html b/skins/larry/includes/mailtoolbar.html index 5708a94f1..ac08a3200 100644 --- a/skins/larry/includes/mailtoolbar.html +++ b/skins/larry/includes/mailtoolbar.html @@ -11,6 +11,7 @@ </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" /> |