From 033c24be76905a219d45eb06c72488c800d23078 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 7 Jan 2014 14:13:38 -0800 Subject: [PATCH] CRM-12872 - Add ui-spinner to page num input --- CRM/Core/QuickForm/Action/Refresh.php | 4 ++-- templates/CRM/Contact/Form/Search/Basic.tpl | 1 + templates/CRM/common/pager.tpl | 10 +++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CRM/Core/QuickForm/Action/Refresh.php b/CRM/Core/QuickForm/Action/Refresh.php index 32e42318a4..48ce4d7e6a 100644 --- a/CRM/Core/QuickForm/Action/Refresh.php +++ b/CRM/Core/QuickForm/Action/Refresh.php @@ -50,8 +50,8 @@ class CRM_Core_QuickForm_Action_Refresh extends CRM_Core_QuickForm_Action { /** * Processes the request. * - * @param object $page CRM_Core_Form the current form-page - * @param string $actionName Current action name, as one Action object can serve multiple actions + * @param CRM_Core_Form $page the current form-page + * @param string $actionName Current action name, as one Action object can serve multiple actions * * @return void * @access public diff --git a/templates/CRM/Contact/Form/Search/Basic.tpl b/templates/CRM/Contact/Form/Search/Basic.tpl index b16f00229a..cbb44d34b1 100644 --- a/templates/CRM/Contact/Form/Search/Basic.tpl +++ b/templates/CRM/Contact/Form/Search/Basic.tpl @@ -72,3 +72,4 @@
 
{/if} +{*include file="CRM/common/searchJs.tpl"*} diff --git a/templates/CRM/common/pager.tpl b/templates/CRM/common/pager.tpl index 2b0ddde1b6..1ced52c0cd 100644 --- a/templates/CRM/common/pager.tpl +++ b/templates/CRM/common/pager.tpl @@ -26,7 +26,7 @@ {if $pager and $pager->_response} {if $pager->_response.numPages > 1}
- {if ! isset($noForm) || ! $noForm} + {if empty($noForm)} {if $location eq 'top'} {$pager->_response.titleTop}  @@ -44,6 +44,14 @@
+ {if empty($noForm) and $location neq 'top'} + + {/if} {/if} {* Controller for 'Rows Per Page' *} -- 2.25.1