From 3df415a96def025facbb19961f77e608337e013a Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 10 Sep 2024 11:38:29 +0000 Subject: [PATCH] Bug 37882: Add class for statuses to SCO module for holds and renewals This patch should have no visual impact, but will add several classes To test: 1 - Place some holds and checkout items to a patron Ensure some items cannot renew, and set a hold with a library as pickup location, then unset library as a location in Library admin page 2 - View their record in sco 3 - Apply patch 4 - 'Finish' and start a new SCO session as same user 5 - No visual difference 6 - Inspect issues/hold to see if new psans are present --- .../bootstrap/en/modules/opac-user.tt | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index 67a54190c9d..994923b8496 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -68,41 +68,41 @@
  • [% SWITCH fail %] [% CASE 'damaged' %] - Item is damaged + Item is damaged [% CASE 'ageRestricted' %] - The record and its items are age restricted + The record and its items are age restricted [% CASE 'tooManyHoldsForThisRecord' %] - You have exceeded the number of concurrent holds for this record + You have exceeded the number of concurrent holds for this record [% CASE 'tooManyReservesToday' %] - You've reached your daily holds limit + You've reached your daily holds limit [% CASE 'tooManyReserves' %] - You have too many holds already + You have too many holds already [% CASE 'notReservable' %] - Not holdable + Not holdable [% CASE 'cannotReserveFromOtherBranches' %] - You are from a different library + You are from a different library [% CASE 'branchNotInHoldGroup' %] - Holds are not allowed from your library + Holds are not allowed from your library [% CASE 'itemAlreadyOnHold' %] - You already have a hold for this item + You already have a hold for this item [% CASE 'cannotBeTransferred' %] - Cannot be transferred to pickup library + Cannot be transferred to pickup library [% CASE 'pickupNotInHoldGroup' %] - The chosen pickup location is not allowed + The chosen pickup location is not allowed [% CASE 'noReservesAllowed' %] - No holds are allowed on this item + No holds are allowed on this item [% CASE 'libraryNotPickupLocation' %] - Library is not a valid pickup location + Library is not a valid pickup location [% CASE 'no_valid_pickup_location' %] - No valid pickup location + No valid pickup location [% CASE 'notforloan' %] - Not for loan + Not for loan [% CASE 'items_available' %] - There are items available in the library, please visit to check them out + There are items available in the library, please visit to check them out [% CASE 'not_placed' %] - Error when placing hold, please report this to the library + Error when placing hold, please report this to the library [% CASE %] - Error: [% fail | html %] + Error: [% fail | html %] [% END %]
  • [% END %] @@ -136,21 +136,21 @@ -- 2.39.2