From d3fb53991c302e033125de9d8f3db580a70e3ffc Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 22 Oct 2019 16:16:35 -0400 Subject: [PATCH] LP#1839369 Accessibility for Search Box 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 Signed-off-by: Galen Charlton Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/src/app/staff/splash.component.html | 3 ++- Open-ILS/src/templates/staff/t_splash.tt2 | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/splash.component.html b/Open-ILS/src/eg2/src/app/staff/splash.component.html index 612e9060f3..fb6b909eec 100644 --- a/Open-ILS/src/eg2/src/app/staff/splash.component.html +++ b/Open-ILS/src/eg2/src/app/staff/splash.component.html @@ -73,7 +73,8 @@ [(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...">