Skip to content

Commit a92bfc2

Browse files
Add missing text descriptions for second search button (#7516)
#### Rationale I previously improved the labeling for the search header UI in #7417. There's another element that needs a label. #### Changes - Add a label to the button shown after the user expands the search section #### Tasks 📍 - Manual Testing - N/A - Needs Automation - N/A @labkey-keegang @labkey-keith
1 parent 2a179bd commit a92bfc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/src/org/labkey/core/view/template/bootstrap

core/src/org/labkey/core/view/template/bootstrap/header.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<labkey:form id="global-search-form" action="<%=urlProvider(SearchUrls.class).getSearchURL(c, null)%>" method="GET">
149149
<input type="text" class="search-box" name="q" placeholder="<%=h(SearchUtils.getPlaceholder(c))%>" value="">
150150
<input type="submit" hidden>
151-
<a id="a_header_search" href="#" class="btn-search fa fa-search"></a>
151+
<a id="a_header_search" href="#" class="btn-search fa fa-search" aria-label="Search"></a>
152152
</labkey:form>
153153
<% pageConfig.addHandler("a_header_search","click","document.getElementById('global-search-form').submit(); return false;"); %>
154154
</div>

0 commit comments

Comments
 (0)