summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-04 20:01:59 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-04 20:01:59 +0000
commiteee996a174dcb68960f324bedc05ea26fb5a8216 (patch)
tree747f0f68b8b463782ad824b585f439823f00699c
parentebf2e746665363a5f92946580ead057b60b9ba86 (diff)
Insert additional taskbar icons before settings
git-svn-id: https://svn.roundcube.net/trunk@4731 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/includes/taskbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/includes/taskbar.html b/roundcubemail/skins/default/includes/taskbar.html
index 3510d206b..dfb547b88 100644
--- a/roundcubemail/skins/default/includes/taskbar.html
+++ b/roundcubemail/skins/default/includes/taskbar.html
@@ -1,7 +1,7 @@
<div id="taskbar">
<roundcube:button command="mail" label="mail" class="button-mail" />
<roundcube:button command="addressbook" label="addressbook" class="button-addressbook" />
-<roundcube:button command="settings" label="settings" class="button-settings" />
<roundcube:container name="taskbar" id="taskbar" />
+<roundcube:button command="settings" label="settings" class="button-settings" />
<roundcube:button command="logout" label="logout" class="button-logout" />
</div> \ No newline at end of file