From 2be42363837407e2fabaf9b852e3ea715e755479 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 3 May 2013 14:37:46 +0200 Subject: [PATCH] Bug 10183: Remove single pixel on the serials collection page Test plan: Go on the serials collection page Check that the single pixels before and after the table have disappeared. --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt index eeb9262..5a5720a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt @@ -68,6 +68,7 @@ $(document).ready(function() { { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false }, ], "aaSorting": [[0, 'desc']], + "sDom": 't', "bAutoWidth": false, "bPaginate": false, "bInfo": false, -- 1.7.10.4