[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9a6f54128845e43fa6876d6c6fb3db2fd708c776

Evergreen Git git at git.evergreen-ils.org
Tue Feb 25 08:31:34 EST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  9a6f54128845e43fa6876d6c6fb3db2fd708c776 (commit)
      from  cb6050ed4bc723e571fc6013b48b5b3e7ce0011f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9a6f54128845e43fa6876d6c6fb3db2fd708c776
Author: Terran McCanna <tmccanna at georgialibraries.org>
Date:   Wed Oct 23 09:52:16 2019 -0400

    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 <tmccanna at georgialibraries.org>
    Signed-off-by: Llewellyn Marshall <lbmarshallv.ncdr at gmail.com>
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>

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 @@
   <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>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/staff/cat/item/index.tt2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list