summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-25 16:15:17 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-25 16:15:17 +0000
commit1939606fa578f9de274205875defd83892a75084 (patch)
tree05c79b9f9815352933adc028c1f6826f2536798d
parent0373977b91e44dc6e70aae464e682ce255775aa3 (diff)
- place 'toolbar' container before mailboxlist (#1485870)
git-svn-id: https://svn.roundcube.net/trunk@2534 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/templates/message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/message.html b/roundcubemail/skins/default/templates/message.html
index 511c644fe..eb4499068 100644
--- a/roundcubemail/skins/default/templates/message.html
+++ b/roundcubemail/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">