diff options
author | alecpl <alec@alec.pl> | 2009-05-25 09:08:13 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-25 09:08:13 +0000 |
commit | 562c0e852826adcd4d709bf4b38a8d67a0ca403a (patch) | |
tree | 5e1ee3d4e0e0072c32db7424eca1020830cd2df5 /skins/default/templates | |
parent | 535b54d0d69aa1c023f3ca807ec8b53725434fa5 (diff) |
- added rollover mark in quicksearchbox (glass) image
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/addressbook.html | 2 | ||||
-rw-r--r-- | skins/default/templates/mail.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index b341172f1..7e8edef87 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -41,7 +41,7 @@ </div> <div id="quicksearchbar"> -<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.gif" /> +<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.png" /> <roundcube:object name="searchform" id="quicksearchbox" /> <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> </div> diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index a6a1e550d..5fb68c801 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -149,7 +149,7 @@ </div> <div id="quicksearchbar"> -<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.gif" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" /> +<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" /> <roundcube:object name="searchform" id="quicksearchbox" /> <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> </div> |