CRM-13729 - Full-text search results broken for Contacts
authorDonald A. Lobo <lobo@civicrm.org>
Fri, 8 Nov 2013 20:13:03 +0000 (12:13 -0800)
committerDonald A. Lobo <lobo@civicrm.org>
Fri, 8 Nov 2013 20:13:03 +0000 (12:13 -0800)
http://issues.civicrm.org/jira/browse/CRM-13729

templates/CRM/Contact/Form/Search/Custom/FullText.tpl

index 01391ca6c577df24c42382e79baa2a44321919ef..356ac0589ac825c402ec9a367b36e076dcffda78 100644 (file)
@@ -55,7 +55,6 @@
       : {if !$table}{if $summary.Count.Contact <= $limit}{$summary.Count.Contact}{else}{ts 1=$limit}%1 or more{/ts}{/if}{else}{$summary.Count.Contact}{/if}</h3>
     {if $table}{include file="CRM/common/pager.tpl" location="top"}{/if}
     {* This section displays the rows along and includes the paging controls *}
-    {strip}
       <table id="contact_listing" class="display" class="selector" summary="{ts}Contact listings.{/ts}">
         <thead>
         <tr>
@@ -74,7 +73,6 @@
           </tr>
         {/foreach}
       </table>
-    {/strip}
     {if !$table and $summary.addShowAllLink.Contact}
       <div class="crm-section full-text-view-all-section">
         <a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Contact&text=$text"}"
@@ -94,7 +92,6 @@
       : {if !$table}{if $summary.Count.Activity <= $limit}{$summary.Count.Activity}{else}{ts 1=$limit}%1 or more{/ts}{/if}{else}{$summary.Count.Activity}{/if}</h3>
     {if $table}{include file="CRM/common/pager.tpl" location="top"}{/if}
     {* This section displays the rows along and includes the paging controls *}
-    {strip}
       <table id="activity_listing" class="display" summary="{ts}Activity listings.{/ts}">
         <thead>
         <tr>
           </tr>
         {/foreach}
       </table>
-    {/strip}
     {if !$table and $summary.addShowAllLink.Activity}
       <div class="crm-section full-text-view-all-section">
         <a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Activity&text=$text"}"
       : {if !$table}{if $summary.Count.Case <= $limit}{$summary.Count.Case}{else}{ts 1=$limit}%1 or more{/ts}{/if}{else}{$summary.Count.Case}{/if}</h3>
     {if $table}{include file="CRM/common/pager.tpl" location="top"}{/if}
     {* This section displays the rows along and includes the paging controls *}
-    {strip}
       <table id="case_listing" class="display" summary="{ts}Case listings.{/ts}">
         <thead>
         <tr>
           </tr>
         {/foreach}
       </table>
-    {/strip}
     {if !$table and $summary.addShowAllLink.Case}
       <div class="crm-section full-text-view-all-section">
         <a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Case&text=$text"}"
       : {if !$table}{if $summary.Count.Contribution <= $limit}{$summary.Count.Contribution}{else}{ts 1=$limit}%1 or more{/ts}{/if}{else}{$summary.Count.Contribution}{/if}</h3>
     {if $table}{include file="CRM/common/pager.tpl" location="top"}{/if}
     {* This section displays the rows along and includes the paging controls *}
-    {strip}
       <table id="contribute_listing" class="display" summary="{ts}Contribution listings.{/ts}">
         <thead>
         <tr>
           </tr>
         {/foreach}
       </table>
-    {/strip}
     {if !$table and $summary.addShowAllLink.Contribution}
       <div class="crm-section full-text-view-all-section">
         <a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Contribution&text=$text"}"
       : {if !$table}{if $summary.Count.Participant <= $limit}{$summary.Count.Participant}{else}{ts 1=$limit}%1 or more{/ts}{/if}{else}{$summary.Count.Participant}{/if}</h3>
     {if $table}{include file="CRM/common/pager.tpl" location="top"}{/if}
     {* This section displays the rows along and includes the paging controls *}
-    {strip}
       <table id="participant_listing" class="display" summary="{ts}Participant listings.{/ts}">
         <thead>
         <tr>
           </tr>
         {/foreach}
       </table>
-    {/strip}
     {if !$table and $summary.addShowAllLink.Participant}
       <div class="crm-section full-text-view-all-section"><a
         href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Participant&text=$text"}"
       : {if !$table}{if $summary.Count.Membership <= $limit}{$summary.Count.Membership}{else}{ts 1=$limit}%1 or more{/ts}{/if}{else}{$summary.Count.Membership}{/if}</h3>
     {if $table}{include file="CRM/common/pager.tpl" location="top"}{/if}
     {* This section displays the rows along and includes the paging controls *}
-    {strip}
       <table id="membership_listing" class="display" summary="{ts}Membership listings.{/ts}">
         <thead>
         <tr>
           </tr>
         {/foreach}
       </table>
-    {/strip}
     {if !$table and $summary.addShowAllLink.Membership}
       <div class="crm-section full-text-view-all-section">
         <a href="{crmURL p='civicrm/contact/search/custom' q="csid=`$csID`&reset=1&force=1&table=Membership&text=$text"}"