From 7bc0dd56a4550447f9f7d6ecd6fe22219d2571db 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. Signed-off-by: David Nind Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart --- .../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 %] [% IF CAN_user_acquisition_delete_baskets %] - + [% END %] [% IF ( unclosable ) %] [% ELSIF ( uncertainprices ) %] [% ELSE %] [% END %] @@ -172,10 +172,10 @@
[% IF grouped %] [% ELSE %] - + [% PROCESS csv_export %] [% END %]