From: Bill Erickson Date: Tue, 18 Aug 2015 13:47:20 +0000 (-0400) Subject: LP#1452950 patron summary show/hide repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1ef95797c8ad96456a715b12f82b73c9d94982fc;p=evergreen%2Fequinox.git 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 Signed-off-by: Galen Charlton --- 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()}}') %] +
+ +
+

+
-
+