Bugzilla – Attachment 127493 Details for
Bug 29289
'Show fines to guarantor' should have its own id on patron detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29289: 'Show fines to guarantor' should have its own id on patron detail page
Bug-29289-Show-fines-to-guarantor-should-have-its-.patch (text/plain), 1.77 KB, created by
Owen Leonard
on 2021-11-09 16:00:27 UTC
(
hide
)
Description:
Bug 29289: 'Show fines to guarantor' should have its own id on patron detail page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-11-09 16:00:27 UTC
Size:
1.77 KB
patch
obsolete
>From fb7c3f3f230069ed476b0107f23e20a6b5931033 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 9 Nov 2021 15:52:36 +0000 >Subject: [PATCH] Bug 29289: 'Show fines to guarantor' should have its own id > on patron detail page > >This patch adds an id attribute to the list item containing the "Show >fines to guarantor" information on the patron detail page in the staff >interface. This makes it consistent with the markup for the similar >"Show checkouts to guarantor" list item. > >To test, apply the patch and view a patron's details in the staff >client. Inspect the source to confirm that the "Show fines to guarantor" >line has an id, "patron-privacy_guarantor_fines". > >Alternatively, add this to the IntranetUserCSS system preference: #patron-privacy_guarantor_fines { background-color: pink; } > >The line on the patron details page should be highlighted in pink. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 91bc3db21f..72c024a51b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -190,7 +190,7 @@ > [% END %] > </li> > >- <li> >+ <li id="patron-privacy_guarantor_fines"> > <span class="label">Show fines to guarantor</span> > [% IF patron.privacy_guarantor_fines %] > Yes >-- >2.20.1
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 29289
:
127493
|
127494
|
128467