From: Bill Erickson Date: Thu, 4 Jun 2015 01:43:45 +0000 (-0400) Subject: LP#1452950 patron reg. UI improvements / repairs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=983399bdddc5f7acfdbe55b263f369cc262056bc;p=working%2FEvergreen.git LP#1452950 patron reg. UI improvements / repairs * floating save, clone, etc pane arranged vertically with less padding. * reduce vertical spacing between fields * alert_message field rendered as textarea * avoid showing 'Example:' label when no phone example exists. Signed-off-by: Bill Erickson --- 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 17dde5e58f..32907ce719 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -6,16 +6,18 @@
+
+
@@ -31,7 +33,7 @@ IF NOT input_type; input_type = 'text'; END %] -
+
@@ -45,9 +47,9 @@
- [% - model = path ? 'patron.' _ path _ '.' _ field : 'patron.' _ field; - IF input_type == 'checkbox' %] + [% model = path ? 'patron.' _ path _ '.' _ field : 'patron.' _ field %] + + [% IF input_type == 'checkbox' %]
@@ -56,11 +58,17 @@ [% ELSE %] - + [% IF field == 'alert_message' %] +