From 3f546c031ab4557fb6bf98342cc3b8dfe870e11d Mon Sep 17 00:00:00 2001 From: David Roberts 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. Signed-off-by: Katrin Fischer Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize --- .../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 0ead534ca2..a6016d68d1 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 @@ [% END %] + [% IF ( patron.borrowernotes ) %] +
+

Notes:

+
  • + + [% patron.borrowernotes | $raw | html_line_break %] + +
+
+ [% END %] + [% IF ( flagged ) %]
    -- 2.39.2