dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed wrong delete button tooltip (#1483965)
thomascube
2007-09-09
eb684206067a151a8b417bb1e4f7e48d4a56e5bf
[githubFork/roundcubemail.git]
/
skins
/
default
/
includes
/
taskbar.html
1
2
3
4
5
6
<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:button command="logout" label="logout" class="button-logout" />
</div>