diff options
author | alecpl <alec@alec.pl> | 2009-05-02 14:19:24 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-02 14:19:24 +0000 |
commit | 30b152b1947e773a618bc29bfa3b5b505ceeb1d7 (patch) | |
tree | d957132b27c4e0db1ea179fdc30f42cb31b6f2ad /skins/default/templates/addressbook.html | |
parent | 4e65a3c145006348af29d913463fd683b72fe5c0 (diff) |
- Added quick search box menu (#1484304)
Diffstat (limited to 'skins/default/templates/addressbook.html')
-rw-r--r-- | skins/default/templates/addressbook.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index 431c0589e..b341172f1 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -41,7 +41,9 @@ </div> <div id="quicksearchbar"> -<roundcube:object name="searchform" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> +<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass.gif" /> +<roundcube:object name="searchform" id="quicksearchbox" /> +<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> </div> <roundcube:if condition="count(env:address_sources) > 1" /> |