diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-02 08:44:09 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-02 08:44:09 +0000 |
| commit | 6d31ef7cdceabc2783d52aacc355c7790363e3ec (patch) | |
| tree | a7187e207f82ce70a2357fa73d0712786b7f00d2 /roundcubemail/skins/default/templates/addressbook.html | |
| parent | eab3340e1f99b77d7118f1ee132d0920110281b9 (diff) | |
- Add image dimensions (#1487955)
git-svn-id: https://svn.roundcube.net/trunk@5939 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/addressbook.html')
| -rw-r--r-- | roundcubemail/skins/default/templates/addressbook.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/addressbook.html b/roundcubemail/skins/default/templates/addressbook.html index 1930debf1..0174f4b4a 100644 --- a/roundcubemail/skins/default/templates/addressbook.html +++ b/roundcubemail/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"> |
