From 32c04430626da6095e213cfe6effafa577f9e3ab Mon Sep 17 00:00:00 2001 From: andi Date: Tue, 17 May 2005 22:17:19 +0200 Subject: some ajax quicksearch tweaking added a half second delay before the suggstions appear, moved the postion to appear besides the browsers autocomplete... I'm still not sure if this is useful at all. darcs-hash:20050517201719-9977f-6e71a415dd08a84af38bd3643860beb7002088f5.gz --- inc/template.php | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'inc') diff --git a/inc/template.php b/inc/template.php index 0720a12f6..2baa6f77e 100644 --- a/inc/template.php +++ b/inc/template.php @@ -331,7 +331,7 @@ function tpl_actionlink($type,$pre='',$suf=''){ */ function tpl_searchform(){ global $lang; - print ''; -- cgit v1.2.3