diff options
author | thomascube <thomas@roundcube.net> | 2006-05-01 18:07:17 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-01 18:07:17 +0000 |
commit | 326e87a5d66f0e9a2cd5f34a6e27cd056b9746ad (patch) | |
tree | dac691f18b1a0866e328c360c47404bf302114a5 /skins/default/templates | |
parent | 97a915e66270ad83d1c5f8ddfc360032870e5dcd (diff) |
Pimped search function
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 7cb7efc12..e866baa07 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -20,7 +20,7 @@ </div> <div id="quicksearchbar"> -<roundcube:object name="searchform" id="quicksearchbox" /><roundcube:button command="reset-search" image="/images/icons/reset.gif" title="resetsearch" /> +<roundcube:object name="searchform" type="search" results="5" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> </div> <div id="messagecountbar"> |