summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-05-04 20:01:59 +0000
committerthomascube <thomas@roundcube.net>2011-05-04 20:01:59 +0000
commit7c141cc65a251c27ecc7e3cd70edcda3e1bcb589 (patch)
treebe20387e10051b9b4ca8cfcbe156e4de2af0ddb1 /skins
parent56651c15c8fb076b61c41c8e649dda6b9bf4f56f (diff)
Insert additional taskbar icons before settings
Diffstat (limited to 'skins')
-rw-r--r--skins/default/includes/taskbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/includes/taskbar.html b/skins/default/includes/taskbar.html
index 3510d206b..dfb547b88 100644
--- a/skins/default/includes/taskbar.html
+++ b/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