diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-20 22:20:26 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-20 22:20:26 +0000 |
| commit | e8ee29555cd7845b3fbfcaab6f012608f80ad442 (patch) | |
| tree | 3ccee82c7196cd972aa1d8f67713cd1a18575516 /roundcubemail/skins/default/includes/taskbar.html | |
| parent | 5ac199a11abfa91a37916ddd42d6c1afc283111f (diff) | |
Fixed SSL support; improved Courier compatibility; some visual enhancements and bugfixes
git-svn-id: https://svn.roundcube.net/trunk@49 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/includes/taskbar.html')
| -rw-r--r-- | roundcubemail/skins/default/includes/taskbar.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/roundcubemail/skins/default/includes/taskbar.html b/roundcubemail/skins/default/includes/taskbar.html index b0ebc552c..be3d57df0 100644 --- a/roundcubemail/skins/default/includes/taskbar.html +++ b/roundcubemail/skins/default/includes/taskbar.html @@ -1,11 +1,3 @@ -<div id="footer"> -<div id="taskbar"> -<roundcube:button command="mail" image="/images/buttons/mail.png" title="mail" width="32" height="32" /> -<roundcube:button command="addressbook" image="/images/buttons/addressbook.png" title="addressbook" width="32" height="32" /> -<roundcube:button command="settings" image="/images/buttons/settings.png" title="settings" width="32" height="32" /> -<roundcube:button command="logout" image="/images/buttons/logout.png" title="logout" width="32" height="32" /> -</div> -</div> <!-- <form name="debugform" style="position:absolute; right:10px; bottom:10px;"> |
