Bugzilla – Attachment 104345 Details for
Bug 25245
Add a plugin hook to allow running code on a nightly basis
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25188: Make circulation notes more prominent on the patron details tab
Bug-25188-Make-circulation-notes-more-prominent-on.patch (text/plain), 2.01 KB, created by
Katrin Fischer
on 2020-05-05 06:53:49 UTC
(
hide
)
Description:
Bug 25188: Make circulation notes more prominent on the patron details tab
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-05-05 06:53:49 UTC
Size:
2.01 KB
patch
obsolete
>From 1331da9d4571325e2e4f021f2e389f6971ebd4cf Mon Sep 17 00:00:00 2001 >From: David Roberts <david@koha-ptfs.co.uk> >Date: Mon, 4 May 2020 16:00:26 +0000 >Subject: [PATCH] Bug 25188: Make circulation notes more prominent on the > patron details tab > >This patch adds a more prominent circulation note to the moremember.pl >details screen. > >To test: > >1) Add a circulation note to a patron record. >2) Note that it displays prominently on the checkout tab, but only under >the Library Use block on the details tab. >3) Apply the patch. >4) Check that the note is now displayed prominently at the top of the >details (moremember.pl) screen. > >https://bugs.koha-community.org/show_bug.cgi?id=25118 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=25245 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 11 +++++++++++ > 1 file changed, 11 insertions(+) > >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 8321edef92..811f5978d9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -105,6 +105,17 @@ > </div> > [% END %] > >+ [% IF ( patron.borrowernotes ) %] >+ <div id="circnotes" class="circmessage"> >+ <h4>Notes: </h4> >+ <ul><li> >+ <span class="circ-hlt"> >+ [% patron.borrowernotes | $raw | html_line_break %] >+ </span> >+ </li></ul> >+ </div> >+ [% END %] >+ > [% IF ( flagged ) %] > <div id="circmessages" class="circmessage attention"> > <ul> >-- >2.11.0
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 25245
:
103454
|
103460
|
103461
|
103497
|
103498
|
103767
|
103768
|
103769
|
103774
|
103775
|
103776
|
103778
|
104345
|
105400
|
105401
|
105402
|
106067
|
106068
|
106069