From: Bill Erickson Date: Fri, 31 Jul 2015 02:38:41 +0000 (-0400) Subject: LP#1452950 Patron reg fixed navigation X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e8014dcef616738ac8bac221bc52cf0307b31153;p=evergreen%2Fmasslnc.git 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 --- 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()}}') %] +
+ +
+

+
+