Bugzilla – Attachment 152253 Details for
Bug 33968
Two colons missing on guarantor labels in memberentry.pl form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33968: Add missing colons to guarantor related labels
Bug-33968-Add-missing-colons-to-guarantor-related-.patch (text/plain), 4.37 KB, created by
PTFS Europe Sandboxes
on 2023-06-09 14:30:02 UTC
(
hide
)
Description:
Bug 33968: Add missing colons to guarantor related labels
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2023-06-09 14:30:02 UTC
Size:
4.37 KB
patch
obsolete
>From 0330fa4e9868ecdf9813df28027aa61a19a45bae Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 9 Jun 2023 09:46:47 +0000 >Subject: [PATCH] Bug 33968: Add missing colons to guarantor related labels > >Fixes some inconsistencies with the labels on the >patron detail page and patron edit form. > >To test: >* Activate AllowStaffToSetCheckoutsVisibilityForGuarantor > and AllowStaffToSetFinesVisibilityForGuarantor system > preferences >* Link a patron to a guarantor >* Verify on the details tab the options for showing fines > and checkouts show and are missing colons on the label >* Edit the patorn and verify the same is true for the form >* Apply patch >* Verify missing colons have been added :) > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 4 ++-- > 2 files changed, 4 insertions(+), 4 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 d587f115d7..1a48aa6519 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -581,7 +581,7 @@ legend:hover { > > [% IF Koha.Preference('AllowStaffToSetCheckoutsVisibilityForGuarantor') %] > <li> >- <label for="privacy_guarantor_checkouts">Show checkouts to guarantors</label> >+ <label for="privacy_guarantor_checkouts">Show checkouts to guarantors:</label> > <select name="privacy_guarantor_checkouts" id="privacy_guarantor_checkouts"> > [% IF borrower_data.privacy_guarantor_checkouts %] > <option value="0">No</option> >@@ -596,7 +596,7 @@ legend:hover { > [% END %] > [% IF Koha.Preference('AllowStaffToSetFinesVisibilityForGuarantor') %] > <li> >- <label for="privacy_guarantor_fines">Show charges to guarantors</label> >+ <label for="privacy_guarantor_fines">Show charges to guarantors:</label> > <select name="privacy_guarantor_fines" id="privacy_guarantor_fines"> > [% IF borrower_data.privacy_guarantor_fines %] > <option value="0">No</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 6baa7e2ace..ba5f123b5b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -182,7 +182,7 @@ > [% END %] > [% END %] > <li id="patron-privacyguarantor"> >- <span class="label">Show checkouts to guarantor</span> >+ <span class="label">Show checkouts to guarantor:</span> > [% IF patron.privacy_guarantor_checkouts %] > Yes > [% ELSE %] >@@ -191,7 +191,7 @@ > </li> > > <li id="patron-privacy_guarantor_fines"> >- <span class="label">Show charges to guarantor</span> >+ <span class="label">Show charges to guarantor:</span> > [% IF patron.privacy_guarantor_fines %] > Yes > [% ELSE %] >-- >2.30.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 33968
:
152233
| 152253