summaryrefslogtreecommitdiff
path: root/skins/default/includes/taskbar.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-09-25 14:18:03 +0000
committerthomascube <thomas@roundcube.net>2005-09-25 14:18:03 +0000
commit4e17e6c9dbac8991ee8b302cb2581241247dc8bc (patch)
treed877546f6bd334b041734498e81f6299e005b01c /skins/default/includes/taskbar.html
Initial revision
Diffstat (limited to 'skins/default/includes/taskbar.html')
-rw-r--r--skins/default/includes/taskbar.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/skins/default/includes/taskbar.html b/skins/default/includes/taskbar.html
new file mode 100644
index 000000000..b0ebc552c
--- /dev/null
+++ b/skins/default/includes/taskbar.html
@@ -0,0 +1,14 @@
+<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