From e8014dcef616738ac8bac221bc52cf0307b31153 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 30 Jul 2015 22:38:41 -0400 Subject: [PATCH] LP#1452950 Patron reg fixed navigation Make the patron navigation tabs fixed. Adds a fixed patron edit/registration action bar. Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/circ/patron/index.tt2 | 65 ++++++++++++--------- .../src/templates/staff/circ/patron/register.tt2 | 4 ++ .../src/templates/staff/circ/patron/t_edit.tt2 | 67 +++++++++++++--------- .../src/templates/staff/circ/patron/t_summary.tt2 | 28 ++++++++- Open-ILS/src/templates/staff/css/circ.css.tt2 | 49 ++++++++++++---- .../web/js/ui/default/staff/circ/patron/app.js | 4 ++ 6 files changed, 151 insertions(+), 66 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index 3234b95f1c..a224fa1e69 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -46,36 +46,23 @@ angular.module('egCoreMod').run(['egStrings', function(s) { }]); + + + + + [% END %]
-
-

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

-
-
-
+ +
+ +
+
+ +
+
+ + + + + + +
+
+
diff --git a/Open-ILS/src/templates/staff/circ/patron/register.tt2 b/Open-ILS/src/templates/staff/circ/patron/register.tt2 index a0b2af49fa..cdbc19929f 100644 --- a/Open-ILS/src/templates/staff/circ/patron/register.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/register.tt2 @@ -9,6 +9,10 @@ + [% END %]
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 59bf318db8..8d82201cb0 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -1,41 +1,52 @@ [% DOC_IMG = '/images/question-mark.png' %] -
-
- [% l('Register Patron') %] +
+ +
+
+ [% l('Register Patron') %] +
+
+ +
+ +
+
+ + + + + + +
-
[% l('Patron Edit') %]
-
-
- -
-
- -
- - - -
- - {{idl_fields[selected_field_doc.fm_class()][selected_field_doc.field()].label}} - -
{{selected_field_doc.string()}}
-
-
+
+ + {{idl_fields[selected_field_doc.fm_class()][selected_field_doc.field()].label}} + +
{{selected_field_doc.string()}}
+
[% MACRO formfield(cls, field, path, input_type) BLOCK; 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 7c880b993b..1cb43fa596 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 @@ -1,5 +1,31 @@ -
+
+
+
+

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

+
+