From 68d3223fd142a61378a90e0f2eb644cbb68ea5d8 Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Wed, 25 Nov 2015 09:02:43 +0100 Subject: [PATCH] dev #30973 update version file + improve tablesorterPager to not use words --- VERSIONS_WIP/30973 | 2 +- library/Class/ScriptLoader.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSIONS_WIP/30973 b/VERSIONS_WIP/30973 index f3767c32f52..0483eb17d06 100644 --- a/VERSIONS_WIP/30973 +++ b/VERSIONS_WIP/30973 @@ -1 +1 @@ - - ticket #30973 : [PNB] backoffice \ No newline at end of file + - ticket #30973 : Ajout d'un tableau récapitulatif des utilisations des ressources PNB dans l'interface d'administration. \ No newline at end of file diff --git a/library/Class/ScriptLoader.php b/library/Class/ScriptLoader.php index 7fb23260255..91ab7fd5c4f 100644 --- a/library/Class/ScriptLoader.php +++ b/library/Class/ScriptLoader.php @@ -709,7 +709,7 @@ class Class_ScriptLoader { 'tablesorter/addons/pager/jquery.tablesorter.pager.min']) ->addStyleSheets([BASE_URL."/public/opac/js/tablesorter/css/theme.default.css", BASE_URL."/public/opac/js/tablesorter/addons/pager/jquery.tablesorter.pager.css"]) - ->addJQueryReady('$(".tablesorter").tablesorter().tablesorterPager({container: $(".model_table_pager")})'); + ->addJQueryReady('$(".tablesorter").tablesorter().tablesorterPager({container: $(".model_table_pager"),output: "{startRow} - {endRow} / {totalRows} ",fixedHeight: true,removeRows: false})'); } -- GitLab