diff options
author | alecpl <alec@alec.pl> | 2012-03-02 08:44:09 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-02 08:44:09 +0000 |
commit | 1de8f4ee834e5d4301ff40d540e3e8cefdaeafe9 (patch) | |
tree | 66cf8c574c6c52d312915d4147cad3972375b54a /skins/default/templates/addressbook.html | |
parent | 24dd952eac89b6420cefea390eb1ab9005241388 (diff) |
- Add image dimensions (#1487955)
Diffstat (limited to 'skins/default/templates/addressbook.html')
-rw-r--r-- | skins/default/templates/addressbook.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index 1930debf1..0174f4b4a 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -33,9 +33,9 @@ </div> <div id="quicksearchbar"> -<roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" /> +<roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" width="16" height="16" /> <roundcube:object name="searchform" id="quicksearchbox" /> -<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> +<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" /> </div> <div id="searchmenu" class="popupmenu"> |