[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. cff1e9433b5f5ddd1f10befcbd987fc97361c053
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_1 has been updated
via cff1e9433b5f5ddd1f10befcbd987fc97361c053 (commit)
from 06f53412cdceedb7f61f3fa31fbc849676c352d6 (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 cff1e9433b5f5ddd1f10befcbd987fc97361c053
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