blob: 30c781d751268b374a2d2626b725d8be842fdf3d (
plain)
1
2
3
4
5
6
|
<div id="taskbar">
<roundcube:button command="mail" type="link" label="mail" class="Zbutton-mail" />
<roundcube:button command="addressbook" type="link" label="addressbook" class="Zbutton-mail" />
<roundcube:button command="settings" type="link" label="settings" class="Zbutton-settings" />
<roundcube:button command="logout" type="link" label="logout" class="Zbutton-logout" />
</div>
|