From eb8ed1421cb9701ccbfc63815723daf903ccfba5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 22 Apr 2015 10:39:09 +0200 Subject: [PATCH] Bug 13887: Fix sDom to display what is needed in the table 1/ Add the information 'showing x to y of z' 2/ Remove some lost pixels Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index edc6f79..9c78eef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -44,8 +44,7 @@ $(document).ready(function() { }); var my_table = $("#requestspecific").dataTable($.extend(true, {}, dataTablesDefaults, { 'bPaginate': false, - 'bInfo': false, - "bAutoWidth": false, + "sDom": '<"top pager"ilf>t', })); //Override fieldset styling for dataTables search box -- 2.1.0