summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-05-25 16:15:17 +0000
committeralecpl <alec@alec.pl>2009-05-25 16:15:17 +0000
commit1e1070055ba79ba89b259b27a0748d995a1e6281 (patch)
treee12707d87690a87b78b2304083bc32a380fdee9b /skins
parenteebfa5ed0b38f4b25dd48065aa62bd2ab1a61507 (diff)
- place 'toolbar' container before mailboxlist (#1485870)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/templates/message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/message.html b/skins/default/templates/message.html
index 511c644fe..eb4499068 100644
--- a/skins/default/templates/message.html
+++ b/skins/default/templates/message.html
@@ -36,8 +36,8 @@
<roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" />
<roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" />
<roundcube:button name="messagemenulink" image="/images/buttons/messagemenu.png" width="32" height="32" title="messagemenu" onclick="rcmail_ui.show_messagemenu();return false" id="messagemenulink" />
-<roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" />
<roundcube:container name="toolbar" id="messagetoolbar" />
+<roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" />
</div>
<div id="mainscreen">