From 7c9bc033e8962d7d7910cbda1b47e974e1de7a30 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 --- 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 e4decff845..b9faf2f30f 100644 --- a/Open-ILS/src/eg2/src/app/staff/splash.component.html +++ b/Open-ILS/src/eg2/src/app/staff/splash.component.html @@ -71,7 +71,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...">