@@ -, +, @@ right is there a pretty align it nicely with all the other checkboxes CSS styling somehow? --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ a/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 %] --