{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{ts}Edit Search Criteria{/ts}
{strip} {include file="CRM/Contact/Form/Search/ContactSearchFields.tpl"} {include file="CRM/Member/Form/Search/Common.tpl"}
{include file="CRM/common/formButtons.tpl"}
{/strip}
{if $rowsEmpty}
{include file="CRM/Member/Form/Search/EmptyResults.tpl"}
{/if} {if $rows}
{* Search request has returned 1 or more matching rows. *} {* This section handles form elements for action task select and submit *}
{include file="CRM/common/searchResultTasks.tpl"}
{* This section displays the rows along and includes the paging controls *}
{include file="CRM/Member/Form/Selector.tpl" context="Search"}
{* END Actions/Results section *}
{/if}