From: Bill Erickson Date: Mon, 28 Mar 2016 19:57:26 +0000 (-0400) Subject: LP#1564685 Repair patron editor checkboxes sizing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=13b61f30ec24a660b1d638da1d37ddd2973a923e;p=evergreen%2Ftadl.git LP#1564685 Repair patron editor checkboxes sizing Fix the checkbox HTML markup to prevent huge checkboxes in the patron editor. Signed-off-by: Bill Erickson Signed-off-by: Kathy Lussier Signed-off-by: Galen Charlton --- 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 6a5fcc29c7..d4d750ee7a 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -276,7 +276,14 @@ within the "form" by name for validation.
[% draw_field_label('au', 'juvenile') %] - [% draw_form_input('au', 'juvenile', '', 'checkbox'); %] +
+
+ +
+
@@ -457,21 +464,42 @@ within the "form" by name for validation.
[% draw_field_label('au', 'active') %] - [% draw_form_input('au', 'active', '', 'checkbox') %] +
+
+ +
+
[% draw_field_label('au', 'barred') %] - [% draw_form_input('au', 'barred', '', 'checkbox') %] +
+
+ +
+
[% draw_field_label('au', 'master_account') %] - [% draw_form_input('au', 'master_account', '', 'checkbox') %] +
+
+ +
+
@@ -755,7 +783,15 @@ within the "form" by name for validation.
[% draw_field_label('aua', 'valid') %] - [% draw_form_input('aua', 'valid', 'addresses[$index]', 'checkbox') %] +
+
+ +
+
[% draw_example_text('aua', 'valid') %]
@@ -765,7 +801,15 @@ within the "form" by name for validation.
[% draw_field_label('aua', 'within_city_limits') %] - [% draw_form_input('aua', 'within_city_limits', 'addresses[$index]', 'checkbox') %] +
+
+ +
+
[% draw_example_text('aua', 'within_city_limits') %]