From ff69ce5a7aef968cac94619db1b389b3745e67ba Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 3 Feb 2017 11:03:22 -0500 Subject: [PATCH] LP#1659588 Patron summary displays alert message Display the contents of the patron alert message in the web staff patron summary side-bar. Alert displays below blocking penalties, above the name, etc. with the same style as a blocking penalty. Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 c67e1de230..690a2f6283 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 @@ -13,8 +13,16 @@ {{penalty.set_date() | date:'shortDate'}} +
+
+ {{patron().alert_message()}} +
+
+ ng-class="{'patron-summary-divider' : alert_penalties().length || patron().alert_message()}">
[% l('Profile') %]
{{patron().profile().name()}}
-- 2.43.2