@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -161,7 +161,9 @@ [% UNLESS ( selectbasketg ) %] [% UNLESS ( closedate ) %]
-
Add to basket
+ [% IF active %] +
Add to basket
+ [% END %]
Edit basket
[%# FIXME This action should not be available for everyone %]
Delete this basket
@@ -623,7 +625,10 @@
+ [% IF active %] [% INCLUDE 'acquisitions-add-to-basket.inc' %] + [% END %] + [% END %] [% END %] [% END %] [% ELSE %] --