From 6f7c48a41647c94c19c5e3fab2e029bc68b09998 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 3 May 2013 14:37:46 +0200 Subject: [PATCH] [PASSED QA] 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. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Pixels are removed, table functions work as before. --- .../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.9.5