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:
parent
3b53b25135
commit
030c22b9c2
1 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
[% USE KohaBranchName %] [% INCLUDE 'doc-head-open.inc' %]
|
||||
[% USE KohaBranchName %]
|
||||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Koha › 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
|
||||
} ));
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue