From 70fadb643a4d129fecbf95e907000b85d2284b73 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Thu, 2 Feb 2017 23:30:43 +0000 Subject: [PATCH] Bug 11932: Move delete checkbox on patron modification to right To test: 1) Go to Tools -> Batch patron modification 2) Put in a user cardnumber and click Continue 3) Notice checkboxes on the left of the input fields 4) Apply patch and refresh page (resend information if prompted) 5) Notice checkboxes on the right of the input fields 6) Confirm they still work as expected Sponsored-by: Catalyst IT NOTE: Why not left before the label? And while functional, is there a pretty align it nicely with all the other checkboxes CSS styling somehow? Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt index 982e1af..0ff04f5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -349,11 +349,6 @@ OPAC note: [% END %] - [% IF field.mandatory %] - - [% ELSE %] - - [% END %] [% IF ( field.type == 'text' ) %] [% END %] @@ -373,7 +368,10 @@ Clear [% END %] [% IF field.mandatory %] + Required fields cannot be cleared + [% ELSE %] + [% END %] [% END %] -- 2.9.3