LP#1840332 Item Status Input Field Acessibility
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 23 Oct 2019 13:52:16 +0000 (09:52 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 25 Feb 2020 13:30:55 +0000 (08:30 -0500)
This adds an accessible label (aria-label) to the Item Status input field
of the web staff client.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Llewellyn Marshall <lbmarshallv.ncdr@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/templates/staff/cat/item/index.tt2

index cff1f5f..8c2a02e 100644 (file)
@@ -67,7 +67,8 @@
   <div class="flex-row">
     <div class="input-group">
       <input type="text" id="item-status-barcode" class="form-control"
-        select-me="context.selectBarcode" ng-model="args.barcode">
+        select-me="context.selectBarcode" ng-model="args.barcode"
+        aria-label="[% l('Scan Item') %]">
       <input class="btn btn-default" 
         type="submit" value="[% l('Submit') %]"/>
     </div>