From 9bb3dc3eea9adaf4e9240162561b966bb9213a4c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 28 Mar 2016 15:57:26 -0400 Subject: [PATCH] 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 --- .../templates/staff/circ/patron/t_edit.tt2 | 56 +++++++++++++++++-- 1 file changed, 50 insertions(+), 6 deletions(-) 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') %]
-- 2.43.2