CRM-12319 add pagination bar to full text search
authorBrian Shaughnessy <brian@lcdservices.biz>
Wed, 10 Apr 2013 14:45:00 +0000 (10:45 -0400)
committerBrian Shaughnessy <brian@lcdservices.biz>
Wed, 10 Apr 2013 14:45:00 +0000 (10:45 -0400)
templates/CRM/Contact/Form/Search/Custom/FullText.tpl

index 9dbdb1e5aba5b280e2626714aec440a5f93478bc..af1ba9c52c15369d70b7bb5a41f79a9426c180b7 100644 (file)
@@ -38,6 +38,7 @@
 </div>
 </div>
 <div class="crm-block crm-content-block">
+{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"}
     {* END Actions/Results section *}
 </div>
 {/if}
+{include file="CRM/common/pager.tpl" location="bottom"}
 </div>