From 030c22b9c26309682f8c01105f77a3f1a7a3a148 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 23 May 2013 10:53:07 +0200 Subject: [PATCH] Bug 9806: Remove single pixel on the basketgroup table Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt index 24f1d276c8..853c95a9b3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -1,4 +1,5 @@ -[% USE KohaBranchName %] [% INCLUDE 'doc-head-open.inc' %] +[% USE KohaBranchName %] +[% INCLUDE 'doc-head-open.inc' %] Koha › Basket grouping for [% booksellername |html %] [% INCLUDE 'doc-head-close.inc' %] @@ -107,10 +108,8 @@ function submitForm(form) { "aoColumnDefs": [ { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, ], - "bAutoWidth": false, - "bPaginate": false, - "bInfo": false, - "bFilter": false, + sDom: 't', + "bAutoWidth": false } )); }); -- 2.39.2