From ea33cd1be8d13d9efee75669d4e1259f2b1dfd4c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 24 Nov 2010 07:38:38 -0500
Subject: [PATCH] Updated Hebrew, Estonian, Portuguese, Flemish, Bulgarian, Hungarian and Chinese localizations upon user submissions

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

diff --git a/skins/default/includes/taskbar.html b/skins/default/includes/taskbar.html
index b0ebc55..3510d20 100644
--- a/skins/default/includes/taskbar.html
+++ b/skins/default/includes/taskbar.html
@@ -1,14 +1,7 @@
-<div id="footer">
 <div id="taskbar">
-<roundcube:button command="mail" image="/images/buttons/mail.png" title="mail" width="32" height="32" />
-<roundcube:button command="addressbook" image="/images/buttons/addressbook.png" title="addressbook" width="32" height="32" />
-<roundcube:button command="settings" image="/images/buttons/settings.png" title="settings" width="32" height="32" />
-<roundcube:button command="logout" image="/images/buttons/logout.png" title="logout" width="32" height="32" />
-</div>
-</div>
-
-<!--
-<form name="debugform" style="position:absolute; right:10px; bottom:10px;">
-<textarea name="console" cols="60" rows="15" wrap="off"></textarea>
-</form>
--->
\ No newline at end of file
+<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