summaryrefslogtreecommitdiff
path: root/skins/default/includes/taskbar.html
blob: b0ebc552c783bf768e647bb74616d70979989824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
-->