From b438815bd9b308808703c3539b6950fb0db30b7d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 12 Apr 2021 11:44:58 +0000 Subject: [PATCH] Bug 28132: Remove "this" from button descriptions on basket summary page This patch modifies button text on the Acquisitions basket page to remove the word "this." To test, apply the patch, go to Acquisitions, and locate a vendor with baskets. - View an open basket. - You should see in the button toolbar, "Delete basket," and "Close basket." - View a closed basket. - You should see a "Reopen basket" button. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index c9149a4af1..99480f6765 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -82,17 +82,17 @@ [% END %]
Edit basket
[% IF CAN_user_acquisition_delete_baskets %] -
Delete this basket
+
Delete basket
[% END %] [% IF ( unclosable ) %] [% ELSIF ( uncertainprices ) %]
Uncertain prices
- Close this basket + Close basket
[% ELSE %]
- Close this basket + Close basket
[% END %] @@ -172,10 +172,10 @@
[% IF grouped %] [% ELSE %] - + [% PROCESS csv_export %] [% END %] -- 2.11.0