Bug 10183: Remove single pixel on the serials collection page
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 3 May 2013 12:37:46 +0000 (14:37 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 6 May 2013 12:24:56 +0000 (08:24 -0400)
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 <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Pixels are removed, table functions work as before.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt

index eeb9262..5a5720a 100644 (file)
@@ -68,6 +68,7 @@ $(document).ready(function() {
             { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
         ],
         "aaSorting": [[0, 'desc']],
+        "sDom": 't',
         "bAutoWidth": false,
         "bPaginate": false,
         "bInfo": false,