@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -1,3 +1,4 @@ +[% SET footerjs = 1 %] [% BLOCK controls %]

Select all Clear all @@ -31,10 +32,7 @@ @import url([% interface %]/[% theme %]/css/print.css); [% ELSE %][% INCLUDE 'doc-head-close.inc' %] - - -[% INCLUDE 'datatables.inc' %] [% END %] [% IF ( print_basket ) %][% ELSE %][% END %] @@ -289,5 +287,11 @@ - + [% INCLUDE js_includes.inc %] + [% UNLESS ( print_basket ) %] + [% INCLUDE 'datatables.inc' %] + + + [% END %] + --