From c98c82ef6301582bd441571da4e72f7cf51a48c4 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 22 Jul 2009 03:29:30 -0400
Subject: [PATCH] - add plugin buttons into taskbar after Settings and before Logout

---
 skins/default/includes/taskbar.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/includes/taskbar.html b/skins/default/includes/taskbar.html
index c2841a6..3510d20 100644
--- a/skins/default/includes/taskbar.html
+++ b/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

--
Gitblit v1.9.1