From 11c5d9c2287012cd941307ce6279b042cf2d88b3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 3 Oct 2022 16:48:52 +0000 Subject: [PATCH] Bug 31672: Remove 'Your' from tab descriptions in OPAC patron account I'll try to keep the test plan simple: * Go to patron account in OPAC * Verify that the your from the beginning of the tab descriptions has been removed Bonus: This moves the Recalls history tab below the Holds history as this is the more logical place for it. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Lucas Gass --- .../bootstrap/en/includes/usermenu.inc | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc index 1c23e01181..f81b58ffe4 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc @@ -7,14 +7,14 @@ [% ELSE %]
  • [% END %] - your summary
  • + Summary [% IF ( OPACFinesTab ) %] [% IF ( accountview ) %]
  • [% ELSE %]
  • [% END %] - your charges
  • + Charges [% END %] [% IF ( userupdateview ) %] @@ -22,11 +22,11 @@ [% ELSE %]
  • [% END %] - your personal details
  • + Personal details [% IF Koha.Preference('GDPR_Policy') # remove when extending %] [% IF consentview %]
  • [% ELSE %]
  • [% END %] - your consents + Consents
  • [% END %] @@ -36,7 +36,7 @@ [% ELSE %]
  • [% END %] - your tags
  • + Tags [% END %] [% IF logged_in_user.category.effective_change_password %] @@ -45,7 +45,7 @@ [% ELSE %]
  • [% END %] - change your password
  • + Change password [% END %] [% IF EnableOpacSearchHistory %] @@ -54,7 +54,7 @@ [% ELSE %]
  • [% END %] - your search history
  • + Search history [% END %] [% IF ( opacreadinghistory ) %] @@ -63,14 +63,14 @@ [% ELSE %]
  • [% END %] - your checkout history
  • + Checkout history [% IF ( OPACPrivacy ) %] [% IF ( privacyview ) %]
  • [% ELSE %]
  • [% END %] - your privacy
  • + Privacy [% END %] [% END # / opacreadinghistory %] @@ -80,7 +80,16 @@ [% ELSE %]
  • [% END %] - your holds history
  • + Holds history + [% END %] + + [% IF Koha.Preference('UseRecalls') %] + [% IF ( recallsview ) %] +
  • + [% ELSE %] +
  • + [% END %] + Recalls history [% END %] [% IF ( suggestion ) %] @@ -89,7 +98,7 @@ [% ELSE %]
  • [% END %] - your purchase suggestions
  • + Purchase suggestions [% END %] [% IF ( EnhancedMessagingPreferences ) %] @@ -99,7 +108,7 @@ [% ELSE %]
  • [% END %] - your messaging
  • + Messaging [% END %] [% END %] @@ -109,7 +118,7 @@ [% ELSE %]
  • [% END %] - your lists
  • + Lists [% END %] [% IF Koha.Preference( 'RoutingSerials' ) && logged_in_user && logged_in_user.get_routing_lists.count %] @@ -118,7 +127,7 @@ [% ELSE %]
  • [% END %] - your routing lists
  • + Routing lists [% END %] [% IF Koha.Preference( 'useDischarge' ) == 1 %] @@ -127,7 +136,7 @@ [% ELSE %]
  • [% END %] - ask for a discharge
  • + Ask for discharge [% END %] [% IF Koha.Preference( 'ILLModule' ) == 1 %] @@ -136,7 +145,7 @@ [% ELSE %]
  • [% END %] - your interlibrary loan requests
  • + Interlibrary loan requests [% END %] [% IF Koha.Preference( 'CurbsidePickup' ) %] @@ -145,16 +154,7 @@ [% ELSE %]
  • [% END %] - your curbside pickups
  • - [% END %] - - [% IF Koha.Preference('UseRecalls') %] - [% IF ( recallsview ) %] -
  • - [% ELSE %] -
  • - [% END %] - your recalls history + Curbside pickups
  • [% END %] -- 2.30.2