From cd31ac5f457920239d9e0145b463ee32306559ba Mon Sep 17 00:00:00 2001 From: Jon Knight Date: Tue, 12 Dec 2017 17:50:36 +0000 Subject: [PATCH] Added disabled "Close this basket" button when uncertain prices are present. Note that whilst this has a "title" attribute, there is no tooltip shown because JQueryUI disabled buttons don't get DOM events. https://bugs.koha-community.org/show_bug.cgi?id=10032 --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 3 +++ 1 file changed, 3 insertions(+) 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 81d07ff..775df53 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -62,6 +62,9 @@ [% IF ( unclosable ) %] [% ELSIF ( uncertainprices ) %]
Uncertain prices
+
+ Close this basket +
[% ELSE %]
Close this basket -- 2.1.4