Commit ea2a257c authored by Francisco Donalisio's avatar Francisco Donalisio Committed by Frédéric Buclin

Bug 641869: Make quicksearch help page compliant with WAI

r=timello a=LpSolit
parent eb0c8518
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
[% USE Bugzilla %] [% 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" <form name="f" action="buglist.cgi" method="get"
onsubmit="if (this.quicksearch.value == '') onsubmit="if (this.quicksearch.value == '')
{ alert('Please enter one or more search terms first.'); { alert('Please enter one or more search terms first.');
return false; } return true;"> 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"> <input type="submit" value="Search" id="find">
</form> </form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment