From f0c1177d4c5f98d34aa8227c79a7048d44fc3ec1 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 18 Aug 2015 09:47:20 -0400 Subject: [PATCH] LP#1452950 patron summary show/hide repair Recover the patron summary show/hide link, which was lost in the fixed-position elements shuffle. This moves the patron's name back into the fixed bar along the top so that it's always visible, as before. Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/circ/patron/index.tt2 | 32 ++++++++++++++++++---- .../src/templates/staff/circ/patron/t_summary.tt2 | 26 ------------------ Open-ILS/src/templates/staff/css/circ.css.tt2 | 7 ++++- 3 files changed, 33 insertions(+), 32 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index 1db25c2a6c..9cfd554108 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -54,15 +54,37 @@ angular.module('egCoreMod').run(['egStrings', function(s) { #top-content-container { padding-top: 80px; } - [% END %] -
-
- +
+
+
+

+
+
+ [% l('[_1], [_2] [_3]', + '{{patron().family_name()}}', + '{{patron().first_given_name()}}', + '{{patron().second_given_name()}}') %] +
+ +
+

+
-
+