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/addressbook.html | |
parent | 535b54d0d69aa1c023f3ca807ec8b53725434fa5 (diff) |
- added rollover mark in quicksearchbox (glass) image
Diffstat (limited to 'skins/default/templates/addressbook.html')
-rw-r--r-- | skins/default/templates/addressbook.html | 2 |
1 files changed, 1 insertions, 1 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> |