From 70ae8bcd04d3621b2f648bd370d669b243db55f0 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 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit ae5d1f98acd84cd397cd29319525a3674dc9f107) Signed-off-by: Lucas Gass --- 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 33acbd170c..d3cadce104 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc @@ -44,13 +44,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 1d4d09b84a..81d5bc2cbc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1291,6 +1291,7 @@ legend:hover { [% UNLESS ( opadd || opduplicate || ( nogonenoaddress && nolost ) ) %]
    Patron account flags +

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

      [% UNLESS nogonenoaddress %]
    1. -- 2.39.5