Skip to content

Commit

Permalink
Bug 1874564: QuickSearch inputs need labels
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed May 11, 2024
1 parent b6a4dcc commit 9c8d035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions template/en/default/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<div>
<input id="quicksearch_main" type="text" name="quicksearch" autofocus
placeholder="Enter [% terms.abug %] number or some search terms"
aria-label="Quick Search"
title="Quick Search">
<input id="find" type="submit" value="Quick Search">
<ul class="additional_links" id="quicksearch_links">
Expand Down
2 changes: 1 addition & 1 deletion template/en/default/pages/quicksearch.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<form name="f" action="[% basepath FILTER none %]buglist.cgi" method="get"
class='quicksearch_check_empty' data-no-csrf>
<input type="text" size="40" name="quicksearch">
<input type="text" size="40" name="quicksearch" aria-label="Quick Search">
<input type="submit" value="Search" id="find">
</form>

Expand Down

0 comments on commit 9c8d035

Please sign in to comment.