But 9791: Remove single pixel on datatable tables

5 tables (with datatables) are displayed with a pixel before and after.
List is:
- acqui/acqui-home.tt
- acqui/booksellers.tt
- acqui/neworderbiblio.tt
- acqui/supplier.tt
- members/statistics.tt

Test plan:
Check on the 5 pages that pixels are disappears after applying this
patch.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
members/statistics.tt was already fixed on master.
JavaScript change only, works nicely.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
Jonathan Druart 2013-03-11 16:08:12 +01:00 committed by Jared Camins-Esakov
parent e3dce085da
commit ea893fa349
4 changed files with 4 additions and 0 deletions

View file

@ -35,6 +35,7 @@ $(document).ready(function() {
{ "sType": "num-html" },
null,
],
'sDom': 't',
'bPaginate': false,
'bFilter': false,
'bInfo': false,

View file

@ -18,6 +18,7 @@ $(document).ready(function() {
dt_add_type_uk_date();
[% END %]
$("table.baskets").dataTable($.extend(true, {}, dataTablesDefaults, {
'sDom': 't',
'bPaginate': false,
'bFilter': false,
'bInfo': false,

View file

@ -10,6 +10,7 @@
//<![CDATA[
$(document).ready(function() {
var resultst = $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, {
'sDom': 't',
'bPaginate': false,
'bFilter': false,
'bInfo': false,

View file

@ -33,6 +33,7 @@ if (f.company.value == "") {
{ "aTargets": [ 2, 3 ], "sType": "uk_date" },
[% END %]
],
'sDom': 't',
'bPaginate': false,
'bFilter': false,
'bInfo': false,