From 9a6f54128845e43fa6876d6c6fb3db2fd708c776 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 23 Oct 2019 09:52:16 -0400 Subject: [PATCH] LP#1840332 Item Status Input Field Acessibility This adds an accessible label (aria-label) to the Item Status input field of the web staff client. Signed-off-by: Terran McCanna Signed-off-by: Llewellyn Marshall Signed-off-by: Chris Sharp --- Open-ILS/src/templates/staff/cat/item/index.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/cat/item/index.tt2 b/Open-ILS/src/templates/staff/cat/item/index.tt2 index cff1f5fcc9..8c2a02e227 100644 --- a/Open-ILS/src/templates/staff/cat/item/index.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/index.tt2 @@ -67,7 +67,8 @@
+ select-me="context.selectBarcode" ng-model="args.barcode" + aria-label="[% l('Scan Item') %]">
-- 2.43.2