diff options
author | alecpl <alec@alec.pl> | 2009-04-19 07:41:15 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-04-19 07:41:15 +0000 |
commit | 269719fbfef07a19f84f87c9a87fc6c811dcc3ba (patch) | |
tree | e8fc2cf13666e15ff46f9af227c2af7617a3c9da /skins/default/templates/mail.html | |
parent | 3bde305e77195ce1655fe66f9911cfc57a8e4021 (diff) |
- Make quicksearchbox looking the same in all browsers (checked in IE6, FF3, Opera9, Konqueror3, Chrome1, Safari4)
Diffstat (limited to 'skins/default/templates/mail.html')
-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 fb887ba5e..96be0f65e 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -136,7 +136,7 @@ </div> <div id="quicksearchbar"> -<roundcube:object name="searchform" type="search" results="5" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> +<roundcube:object name="searchform" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> </div> </body> |