[open-ils-commits] [GIT] Evergreen ILS branch master updated. 16d8baf1636dfb9120dfe41824a17466a2ba98a5
Evergreen Git
git at git.evergreen-ils.org
Mon Apr 30 10:32:59 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, master has been updated
via 16d8baf1636dfb9120dfe41824a17466a2ba98a5 (commit)
from afc0fc9d4a88e65c4fcf0706895cbb688c701186 (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 16d8baf1636dfb9120dfe41824a17466a2ba98a5
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 b6ce3d4..f663db9 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