From fe00912d3096494f4f07bbff03a7e86f757d1d09 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Fri, 24 Feb 2017 11:58:07 +0000 Subject: [PATCH] CRM-20175 Increase pager support --- CRM/Utils/Pager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Utils/Pager.php b/CRM/Utils/Pager.php index 2595bee080..bd33490a83 100644 --- a/CRM/Utils/Pager.php +++ b/CRM/Utils/Pager.php @@ -112,11 +112,11 @@ class CRM_Utils_Pager extends Pager_Sliding { * page variable, but a different form element for one at the bottom. */ $this->_response['titleTop'] = ts('Page %1 of %2', array( - 1 => '', + 1 => '', 2 => $this->_response['numPages'], )); $this->_response['titleBottom'] = ts('Page %1 of %2', array( - 1 => '', + 1 => '', 2 => $this->_response['numPages'], )); } -- 2.25.1