From 5dd99f034a8876f25cb996f881cf2b8b5861a863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Wed, 8 Feb 2012 19:13:41 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 7406 Fix saved reports display paging inconsistency Content-Type: text/plain; charset="utf-8" Signed-off-by: Owen Leonard --- .../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.3