diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-07-05 11:22:25 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-07-05 11:22:25 +0200 |
commit | 2b8eb4a5ed4c5839044dc5732d069c7e5835a597 (patch) | |
tree | a71061729dc30a24c81a3afd01ce1a817544caac /skins/larry | |
parent | eabc0564cd09a5ce77c00777e34cc1bfc7ee56d4 (diff) | |
parent | c492b0745f682b173187c2ea70a2629d0ee2334b (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html index 32dc1a46b..6937b00af 100644 --- a/skins/larry/templates/message.html +++ b/skins/larry/templates/message.html @@ -17,7 +17,7 @@ <roundcube:endif /> <roundcube:include file="/includes/mailtoolbar.html" /> <div class="toolbarselect"> - <roundcube:object name="mailboxlist" type="select" noSelection="move" maxlength="25" onchange="rcmail.command('move', this.options[this.selectedIndex].value)" class="mailboxlist decorated" folder_filter="mail" /> + <roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('move', this.options[this.selectedIndex].value)" class="mailboxlist decorated" folder_filter="mail" /> </div> </div> |