Bugzilla – Attachment 168527 Details for
Bug 35766
Allow staff to adjust privacy settings for patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35766: Adjust template
Bug-35766-Adjust-template.patch (text/plain), 4.37 KB, created by
Roman Dolny
on 2024-07-05 07:55:57 UTC
(
hide
)
Description:
Bug 35766: Adjust template
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2024-07-05 07:55:57 UTC
Size:
4.37 KB
patch
obsolete
>From dcbd3589fb1b2a093efc86e20b0efff89d562b57 Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Wed, 3 Jul 2024 16:50:01 +0000 >Subject: [PATCH] Bug 35766: Adjust template > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > .../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..7a85b5f25b 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 { > </li> > [% END %] > >+ [% UNLESS noprivacy %] >+ <li> >+ [% IF ( mandatoryprivacy ) %] >+ <label for="privacy" class="required"> >+ [% ELSE %] >+ <label for="privacy"> >+ [% END %] >+ Privacy Rule: </label> >+ >+ <select class="noEnterSubmit" name="privacy" id="privacy"> >+ [% IF ( borrower_data.privacy == 0 ) %] >+ <option value="0" selected="selected">Forever</option> >+ [% ELSE %] >+ <option value="0">Forever</option> >+ [% END %] >+ [% IF ( borrower_data.privacy == 1 ) %] >+ <option value="1" selected="selected">Default</option> >+ [% ELSE %] >+ <option value="1">Default</option> >+ [% END %] >+ [% IF ( borrower_data.privacy == 2) %] >+ <option value="2" selected="selected">Never</option> >+ [% ELSE %] >+ <option value="2">Never</option> >+ [% END %] >+ </select> >+ [% IF ( mandatoryprivacy ) %] >+ <span class="required">Required</span> >+ [% END %] >+ </li> >+ [% END # /UNLESS noprivacy %] >+ > [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] > <li> > <label for="checkprevcheckout">Check for previous checkouts: </label> >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35766
:
168466
|
168467
| 168527 |
168528