]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 641869: Make quicksearch help page compliant with WAI
authorFrancisco Donalisio <francsd@linux.vnet.ibm.com>
Tue, 14 Feb 2012 22:12:59 +0000 (23:12 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 14 Feb 2012 22:12:59 +0000 (23:12 +0100)
r=timello a=LpSolit

template/en/default/pages/quicksearch.html.tmpl

index f9fdce07b719b82bd7792fcc89cbec88c288885b..50e6cb96236591fb4fd60135d027cef1c651942f 100644 (file)
 
 [% USE Bugzilla %]
 
-<p>Type in one or more words (or pieces of words) to search for:</p>
+<p><label for="quicksearch">Type in one or more words (or pieces of words)
+  to search for:</label></p>
 
 <form name="f" action="buglist.cgi" method="get"
       onsubmit="if (this.quicksearch.value == '')
                 { alert('Please enter one or more search terms first.');
                   return false; } return true;">
-  <input type="text" size="40" name="quicksearch">
+  <input type="text" size="40" name="quicksearch" id="quicksearch">
   <input type="submit" value="Search" id="find">
 </form>