From: Kyle Huckins Date: Mon, 12 Feb 2018 17:53:30 +0000 (+0000) Subject: lp1748277 Patron Reg Long Field Doc Overlapping X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fkhuckins%2Flp1748277-patron-reg-long-field-doc;p=working%2FEvergreen.git lp1748277 Patron Reg Long Field Doc Overlapping - Restructures the Patron Registration/Editor template to have better scaffolding in place, keeping the alert pane from overlapping with fields. - Adds a z-index level of 3 to the Registration alert pane, ensuring it stays above form controls wihtin input groups. Signed-off-by: Kyle Huckins modified: Open-ILS/src/templates/staff/circ/patron/register.tt2 modified: Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 modified: Open-ILS/src/templates/staff/css/circ.css.tt2 --- diff --git a/Open-ILS/src/templates/staff/circ/patron/register.tt2 b/Open-ILS/src/templates/staff/circ/patron/register.tt2 index 0df6f9e5fa..b0efc65026 100644 --- a/Open-ILS/src/templates/staff/circ/patron/register.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/register.tt2 @@ -21,7 +21,7 @@ angular.module('egCoreMod').run(['egStrings', function(s) { [% 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 f93fbfac64..f21bcb3c45 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -1,97 +1,5 @@ [% DOC_IMG = '/images/question-mark.png' %] - -
- -
-
- [% l('Register Patron') %] -
-
- -
- [% INCLUDE 'staff/circ/patron/reg_actions.tt2' %] -
-
- - - -
[% l('Patron Edit') %]
- - - [% MACRO draw_field_label (cls, field) BLOCK %]
@@ -102,7 +10,6 @@
[% END %] - [% # draws a vanilla form input field for inputs that require no # special additions. @@ -133,26 +40,47 @@ MACRO draw_form_input(cls, field, path, type, disable) BLOCK; [% END %] - -
-
-
-
- [% l('Loading...') %] +
+ +
+
+ [% l('Register Patron') %] +
+ +
+ [% INCLUDE 'staff/circ/patron/reg_actions.tt2' %] +
-
-
- +
+
+
+
+ [% l('Loading...') %] +
+
+
+
+ +
+ +
+ name="reg_form" ng-show="page_data_loaded" class="col-sm-12 col-md-9"> @@ -479,7 +407,7 @@ within the "form" by name for validation.
[% draw_field_label('au', 'expire_date') %]
- @@ -965,3 +893,77 @@ within the "form" by name for validation.
+ + + +
diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index 24d555075f..85b96ee1df 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -103,6 +103,7 @@ but the ones I'm finding aren't quite cutting it..*/ position: fixed; top:160px; right:20px; + z-index: 3; /* Avoid losing precedence over input group fields */ /* border:2px dashed #d9e8f9; -moz-border-radius: 10px;