Bug 9806: Remove single pixel on the basketgroup table

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Jonathan Druart 2013-05-23 10:53:07 +02:00 committed by Galen Charlton
parent 3b53b25135
commit 030c22b9c2

View file

@ -1,4 +1,5 @@
[% USE KohaBranchName %] [% INCLUDE 'doc-head-open.inc' %]
[% USE KohaBranchName %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
[% 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
} ));
});