[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. b594538b00f4c7afa9d0bf58ed24401d3c764cbb
Evergreen Git
git at git.evergreen-ils.org
Fri Sep 15 07:56:51 EDT 2017
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_2_12 has been updated
via b594538b00f4c7afa9d0bf58ed24401d3c764cbb (commit)
from 62bb33cf696627b01d514b630c2290b55b344b96 (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 b594538b00f4c7afa9d0bf58ed24401d3c764cbb
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date: Mon Sep 11 17:53:34 2017 -0400
LP#1697716 - Webstaff adds ability to display actor.usr.photo_url if present
This just adds a div row with an ng-if in the summary pane of patron view.
Signed-off by: Cesar Velez <cesar.velez at equinoxinitiative.org>
Signed-off-by: Rogan Hamby <rogan.hamby at gmail.com>
Signed-off-by: Kathy Lussier <klussier at masslnc.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 690a2f6..10348c4 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
@@ -21,6 +21,9 @@
{{patron().alert_message()}}
</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>
<div class="row"
ng-class="{'patron-summary-divider' : alert_penalties().length || patron().alert_message()}">
<div class="col-md-5">[% l('Profile') %]</div>
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/staff/circ/patron/t_summary.tt2 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list