This adds an accessible label to the Search box on the splash
page of the staff client as well as to the Angular version of
the splash page.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
[(ngModel)]="catSearchQuery"
id='catalog-search-input'
(keyup.enter)="searchCatalog()"
- i18n-placeholder placeholder="Search for...">
+ i18n-placeholder placeholder="Search for..."
+ i18n-aria-label aria-label="Search for...">
<span class="input-group-btn">
<button class="btn btn-outline-secondary"
(click)="searchCatalog()" type="button" i18n>
<div class="row">
<div class="col-md-8">
<input focus-me="focus_search"
+ aria-label="[% l('Search catalog for...') %]"
class="form-control" ng-model="cat_query" type="text"
ng-keypress="catalog_search($event)"
placeholder="[% l('Search catalog for...') %]"/>