From 99caeff3c9b99d7e019f0754d5d99a65fd8232f5 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 --- koha-tmpl/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 24f1d27..853c95a 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 } )); }); -- 1.7.10.4