From 326e87a5d66f0e9a2cd5f34a6e27cd056b9746ad Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 01 May 2006 14:07:17 -0400 Subject: [PATCH] Pimped search function --- 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 7cb7efc..e866baa 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"> -- Gitblit v1.9.1