[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. fa7a46b6d511af4339a81be70129d49ce9801583

Evergreen Git git at git.evergreen-ils.org
Mon Apr 30 10:33:00 EDT 2018


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, rel_3_0 has been updated
       via  fa7a46b6d511af4339a81be70129d49ce9801583 (commit)
      from  3e6b8e3bc4498040acbf0b4336f2e0ddeb2b3a94 (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 fa7a46b6d511af4339a81be70129d49ce9801583
Author: Sam Link <slink at LIBPC002>
Date:   Wed Jan 24 10:34:56 2018 -0500

    LP#1744585: Patron summary display accessibility fix.
    
    When a patron summary contains an image of the patron, that image tag
    now has a null alt attribute to remove it from the flow of a screen
    reader. As the image provides no navigation capabilities or additional
    data, this is the proper way to assign an alt attribute
    
    Signed-off-by: Sam Link <slink at columbiacountyga.gov>
    Signed-off-by: Cesar Velez <cesar.velez at equinoxinitiative.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
index 9d55e17..eb4982a 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
@@ -22,7 +22,7 @@
       </div>
     </div>
     <div ng-if="patron().photo_url()" class="row">
-         <div class="col-md-8 patron_photo_wrap"><img class="img-responsive img-rounded" src="{{patron().photo_url()}}" ></div>
+         <div class="col-md-8 patron_photo_wrap"><img class="img-responsive img-rounded" src="{{patron().photo_url()}}" alt=""></div>
     </div>
     <div class="row" 
       ng-class="{'patron-summary-divider' : alert_penalties().length || patron().alert_message()}">

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

Summary of changes:
 .../src/templates/staff/circ/patron/t_summary.tt2  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list