From 2279864bf129510c2502a8898a693fadc81ada2b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Sun, 19 Jul 2015 10:58:57 -0400 Subject: [PATCH] LP#1452950 Register v.s. Edit patron banners Register patron now has a page-level banner consistent w/ other full-page UI's. Patron edit gets a smaller header since it's nestled under the patron tabs. Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index b686c9a3b9..59bf318db8 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -1,11 +1,17 @@ [% DOC_IMG = '/images/question-mark.png' %] -
+ +
- [% l('Patron Edit') %] + [% l('Register Patron') %]
+ +
[% l('Patron Edit') %]
+
-- 2.43.2