From 818d04d3ef353faf614856b15d781697be73b394 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 14 Jul 2006 13:20:25 +0200 Subject: title attribute for search field #821 darcs-hash:20060714112025-7ad00-42f53ba7901132eb1fe6a3446c4d0a45ca5bb33c.gz --- inc/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/template.php b/inc/template.php index faf38a642..82a1bdef7 100644 --- a/inc/template.php +++ b/inc/template.php @@ -526,7 +526,7 @@ function tpl_searchform($ajax=true,$autocomplete=true){ print ''; + print 'id="qsearch__in" accesskey="f" name="id" class="edit" title="[ALT+F]" />'; print ''; if($ajax) print '
'; print ''; -- cgit v1.2.3