From 5d0c4594c5f2e3b25f482a2bd2fb7a5268941b10 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 --- 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.1.4