From 57a44c51cd36a626ea61905f3bd94624c77313e9 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 14 Sep 2022 12:21:44 +0000 Subject: [PATCH] Bug 18556: Clarify lost and gonenoaddress messages This patch alters the message for the patron flasg slightly, and adds a title to provide explicit info when hoevered To test: 1 - Edit a patron and set gonenoaddress and lost flags 2 - Note new info in the flags section 3 - Go to 'Checkout' or 'Details' tab for patron 4 - Confirm the messages make sense 5 - Confirm you see a tool tip when hovering on messages Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 4 ++-- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc index 7d629a5534..db9c3430fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc @@ -46,13 +46,13 @@ [% IF ( patron.gonenoaddress ) %]
  • - Address: Patron's address in doubt + Address: Patron's address flagged as in doubt
  • [% END %] [% IF ( patron.lost ) %]
  • - Lost: Patron's card is lost + Lost: Patron's card is flagged as lost
  • [% END %] 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 2988157361..0900180a10 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1312,6 +1312,7 @@ legend:hover { [% UNLESS ( opadd || opduplicate ) %]
    Patron account flags +

    Setting a value here will prevent patron from circulating materials and placing holds on the OPAC

      [% FOREACH flagloo IN flagloop %]
    1. -- 2.30.2