From 9c04faf3e38ecc371a5b29e702a1425424582405 Mon Sep 17 00:00:00 2001 From: Eric Garcia Date: Wed, 3 Jul 2024 16:50:01 +0000 Subject: [PATCH] Bug 35766: Adjust template --- .../prog/en/modules/members/memberentrygen.tt | 34 ++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 6877ef453f..f73482e180 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -912,7 +912,7 @@ legend.collapsed i.fa.fa-caret-down::before { [% END # /IF ( step_6 ) %] [% IF ( step_2 ) %] - [% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone %] + [% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone && noprivacy %] [% PROCESS 'alt-contact-style' %] [% END # UNLESS noaltcontactsurname && noaltcontactfirstname etc %] [% END # /IF ( step_2 ) %] @@ -1105,6 +1105,38 @@ legend.collapsed i.fa.fa-caret-down::before { [% END %] + [% UNLESS noprivacy %] +
  • + [% IF ( mandatoryprivacy ) %] +
  • + [% END # /UNLESS noprivacy %] + [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %]
  • -- 2.30.2