diff options
author | alecpl <alec@alec.pl> | 2009-07-22 07:29:30 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-07-22 07:29:30 +0000 |
commit | c98c82ef6301582bd441571da4e72f7cf51a48c4 (patch) | |
tree | 8bef9e34cfd8366141ddc4ef402793b99cae6530 /skins/default/includes/taskbar.html | |
parent | 92f522d8975927c23675f5ec9cf87e01eb229978 (diff) |
- add plugin buttons into taskbar after Settings and before Logout
Diffstat (limited to 'skins/default/includes/taskbar.html')
-rw-r--r-- | skins/default/includes/taskbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/includes/taskbar.html b/skins/default/includes/taskbar.html index c2841a606..3510d206b 100644 --- a/skins/default/includes/taskbar.html +++ b/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>
\ No newline at end of file |