summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-22 07:29:30 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-22 07:29:30 +0000
commit11e773a035417cd40a4a03ff6c9286d2d1561099 (patch)
tree8993a52769f2d9c283f7a07af88232c5c747185d
parente45431bbfdbd7f5ee9a7776ddf7a9301fcc316c6 (diff)
- add plugin buttons into taskbar after Settings and before Logout
git-svn-id: https://svn.roundcube.net/trunk@2782 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 c2841a606..3510d206b 100644
--- a/roundcubemail/skins/default/includes/taskbar.html
+++ b/roundcubemail/skins/default/includes/taskbar.html
@@ -1,7 +1,7 @@
<div id="taskbar">
-<roundcube:container name="taskbar" 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="logout" label="logout" class="button-logout" />
</div> \ No newline at end of file