alecpl
2009-07-22 c98c82ef6301582bd441571da4e72f7cf51a48c4
- add plugin buttons into taskbar after Settings and before Logout


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: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>