thomascube
2011-05-04 7c141cc65a251c27ecc7e3cd70edcda3e1bcb589
Insert additional taskbar icons before settings

1 files modified
2 ■■■ changed files
skins/default/includes/taskbar.html 2 ●●● patch | view | raw | blame | history
skins/default/includes/taskbar.html
@@ -1,7 +1,7 @@
<div 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="settings" label="settings" class="button-settings" />
<roundcube:button command="logout" label="logout" class="button-logout" />
</div>