From 3fcdd902f8fcd6d64fba8f434ae811d8e1a04fdd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Wed, 8 Feb 2012 19:13:41 +0100 Subject: [PATCH] Bug 7406 Fix saved reports display paging inconsistency Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain --- .../en/modules/reports/guided_reports_start.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 3836a02..caf27f1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -54,7 +54,7 @@ $(document).ready(function(){ }).tablesorterPager({ container: $("#pagertable_reports"), positionFixed: false, - size: 50 + size: 20 }); }); //]]> -- 1.7.2.5