Bugzilla – Attachment 179157 Details for
Bug 39189
Collapsing sections on moredetail.pl not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39189: (follow-up) Add a missing container to patron entry form
Bug-39189-follow-up-Add-a-missing-container-to-pat.patch (text/plain), 11.43 KB, created by
Owen Leonard
on 2025-03-11 11:18:18 UTC
(
hide
)
Description:
Bug 39189: (follow-up) Add a missing container to patron entry form
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-03-11 11:18:18 UTC
Size:
11.43 KB
patch
obsolete
>From 7ac558d3babc197a9d8e9149ae5bd2db829c84d5 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 11 Mar 2025 11:14:05 +0000 >Subject: [PATCH] Bug 39189: (follow-up) Add a missing container to patron > entry form > >--- > .../prog/en/modules/members/memberentrygen.tt | 121 +++++++++--------- > 1 file changed, 62 insertions(+), 59 deletions(-) > >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 8aa21cf19f7..f94d479da5e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1298,65 +1298,68 @@ > <i class="fa fa-caret-down" aria-hidden="true"></i> > Patron account flags > </legend> >- <p>Setting a value here will prevent patron from circulating materials and placing holds on the OPAC</p> >- <ol class="radio"> >- [% UNLESS nogonenoaddress %] >- <li> >- <label class="radio [% IF mandatorygonenoaddress %]required[% END %]" for="yesgonenoaddress"> Gone no address: </label> >- [% IF CAN_user_circulate_manage_restrictions %] >- <label for="yesgonenoaddress"> >- [% IF ( borrower_data.gonenoaddress ) %] >- <input type="radio" id="yesgonenoaddress" name="gonenoaddress" value="1" checked="checked" /> >- [% ELSE %] >- <input type="radio" id="yesgonenoaddress" name="gonenoaddress" value="1" /> >- [% END %] >- Yes >- </label> >- <label for="nogonenoaddress"> >- [% IF ( borrower_data.gonenoaddress ) %] >- <input type="radio" id="nogonenoaddress" name="gonenoaddress" value="0" /> >- [% ELSE %] >- <input type="radio" id="nogonenoaddress" name="gonenoaddress" value="0" checked="checked" /> >- [% END %] >- No >- </label> >- [% ELSE %] >- [% IF borrower_data.gonenoaddress %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %] >- [% END # /IF CAN_user_circulate_manage_restrictions %] >- [% IF mandatorygonenoaddress %] >- <span class="required">Required</span> >- [% END %] >- </li> >- [% END # /UNLESS nogonenoaddress %] >- [% UNLESS nolost %] >- <li> >- <label class="radio [% IF mandatorylost %]required[% END %]" for="yeslost"> Lost card: </label> >- [% IF CAN_user_circulate_manage_restrictions %] >- <label for="yeslost"> >- [% IF ( borrower_data.lost ) %] >- <input type="radio" id="yeslost" name="lost" value="1" checked="checked" /> >- [% ELSE %] >- <input type="radio" id="yeslost" name="lost" value="1" /> >- [% END %] >- Yes >- </label> >- <label for="nolost"> >- [% IF ( borrower_data.lost ) %] >- <input type="radio" id="nolost" name="lost" value="0" /> >- [% ELSE %] >- <input type="radio" id="nolost" name="lost" value="0" checked="checked" /> >- [% END %] >- No >- </label> >- [% ELSE %] >- [% IF borrower_data.lost %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %] >- [% END # /IF CAN_user_circulate_manage_restrictions %] >- [% IF mandatorylost %] >- <span class="required">Required</span> >- [% END %] >- </li> >- [% END # /UNLESS nogonenoaddress %] >- </ol> >+ <div class="patron_account_flags"> >+ <p>Setting a value here will prevent patron from circulating materials and placing holds on the OPAC</p> >+ <ol class="radio"> >+ [% UNLESS nogonenoaddress %] >+ <li> >+ <label class="radio [% IF mandatorygonenoaddress %]required[% END %]" for="yesgonenoaddress"> Gone no address: </label> >+ [% IF CAN_user_circulate_manage_restrictions %] >+ <label for="yesgonenoaddress"> >+ [% IF ( borrower_data.gonenoaddress ) %] >+ <input type="radio" id="yesgonenoaddress" name="gonenoaddress" value="1" checked="checked" /> >+ [% ELSE %] >+ <input type="radio" id="yesgonenoaddress" name="gonenoaddress" value="1" /> >+ [% END %] >+ Yes >+ </label> >+ <label for="nogonenoaddress"> >+ [% IF ( borrower_data.gonenoaddress ) %] >+ <input type="radio" id="nogonenoaddress" name="gonenoaddress" value="0" /> >+ [% ELSE %] >+ <input type="radio" id="nogonenoaddress" name="gonenoaddress" value="0" checked="checked" /> >+ [% END %] >+ No >+ </label> >+ [% ELSE %] >+ [% IF borrower_data.gonenoaddress %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %] >+ [% END # /IF CAN_user_circulate_manage_restrictions %] >+ [% IF mandatorygonenoaddress %] >+ <span class="required">Required</span> >+ [% END %] >+ </li> >+ [% END # /UNLESS nogonenoaddress %] >+ [% UNLESS nolost %] >+ <li> >+ <label class="radio [% IF mandatorylost %]required[% END %]" for="yeslost"> Lost card: </label> >+ [% IF CAN_user_circulate_manage_restrictions %] >+ <label for="yeslost"> >+ [% IF ( borrower_data.lost ) %] >+ <input type="radio" id="yeslost" name="lost" value="1" checked="checked" /> >+ [% ELSE %] >+ <input type="radio" id="yeslost" name="lost" value="1" /> >+ [% END %] >+ Yes >+ </label> >+ <label for="nolost"> >+ [% IF ( borrower_data.lost ) %] >+ <input type="radio" id="nolost" name="lost" value="0" /> >+ [% ELSE %] >+ <input type="radio" id="nolost" name="lost" value="0" checked="checked" /> >+ [% END %] >+ No >+ </label> >+ [% ELSE %] >+ [% IF borrower_data.lost %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %] >+ [% END # /IF CAN_user_circulate_manage_restrictions %] >+ [% IF mandatorylost %] >+ <span class="required">Required</span> >+ [% END %] >+ </li> >+ [% END # /UNLESS nogonenoaddress %] >+ </ol> >+ </div> >+ <!-- /.patron_account_flags --> > </fieldset> > <!-- /#memberentry_account_flags --> > [% END %] >-- >2.39.5
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 39189
:
178551
|
178865
|
178866
|
179157
|
179323
|
179346
|
179347
|
179348
|
179349
|
179352
|
179353
|
179354
|
179355