From 903097d3596d6e3008fa985b18851d934f58ec6b Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Wed, 10 Apr 2013 10:45:00 -0400 Subject: [PATCH] CRM-12319 add pagination bar to full text search --- templates/CRM/Contact/Form/Search/Custom/FullText.tpl | 2 ++ 1 file changed, 2 insertions(+) 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"} -- 2.25.1