File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 301
301
<input role="searchbox" id="quicksearch_top" class="dropdown-button" name="quicksearch" autocomplete="off"
302
302
value="[% quicksearch FILTER html %]" placeholder="Search [% terms.Bugs %]"
303
303
title="Enter a [% terms.bug %] number or some search terms" aria-controls="header-search-dropdown"
304
- aria-label="Quick Search ">
304
+ aria-labelledby="header-search-label ">
305
305
[% PROCESS "global/header-search-dropdown.html.tmpl" %]
306
306
</section>
307
307
</form>
Original file line number Diff line number Diff line change 86
86
< div >
87
87
< input id ="quicksearch_main " type ="text " name ="quicksearch " autofocus
88
88
placeholder ="Enter [% terms.abug %] number or some search terms "
89
+ aria-labelledby ="find "
89
90
title ="Quick Search ">
90
91
< input id ="find " type ="submit " value ="Quick Search ">
91
92
< ul class ="additional_links " id ="quicksearch_links ">
Original file line number Diff line number Diff line change 32
32
33
33
<form name="f" action="[% basepath FILTER none %]buglist.cgi" method="get"
34
34
class='quicksearch_check_empty' data-no-csrf>
35
- <input type="text" size="40" name="quicksearch">
35
+ <input type="text" size="40" name="quicksearch" aria-labelledby="find" >
36
36
<input type="submit" value="Search" id="find">
37
37
</form>
38
38
You can’t perform that action at this time.
0 commit comments