From 056b16ead75e09fd260361b0068866154b07e1a0 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 Signed-off-by: Kyle M Hall --- .../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 982e1af1ea..0ff04f5b27 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.20.1