From: Brian Shaughnessy Date: Wed, 10 Apr 2013 14:45:00 +0000 (-0400) Subject: CRM-12319 add pagination bar to full text search X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=903097d3596d6e3008fa985b18851d934f58ec6b;p=civicrm-core.git CRM-12319 add pagination bar to full text search --- diff --git a/templates/CRM/Contact/Form/Search/Custom/FullText.tpl b/templates/CRM/Contact/Form/Search/Custom/FullText.tpl index 9dbdb1e5ab..af1ba9c52c 100644 --- a/templates/CRM/Contact/Form/Search/Custom/FullText.tpl +++ b/templates/CRM/Contact/Form/Search/Custom/FullText.tpl @@ -38,6 +38,7 @@
+{include file="CRM/common/pager.tpl" location="top"} {include file="CRM/common/jsortable.tpl"} {if $rowsEmpty} {include file="CRM/Contact/Form/Search/Custom/EmptyResults.tpl"} @@ -295,4 +296,5 @@ {* END Actions/Results section *}
{/if} +{include file="CRM/common/pager.tpl" location="bottom"}