{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* Search form and results for Activities *}
{ts}Edit Search Criteria{/ts}
{strip} {include file="CRM/Activity/Form/Search/Common.tpl"}
{$form.sort_name.label}  {$form.sort_name.html|crmAddClass:'twenty'}
{ts}Complete OR Partial Name{/ts} {ts} of the Source Contact{/ts} {ts} of the Assignee Contact{/ts} {ts} of the Target Contact{/ts}
{include file="CRM/common/formButtons.tpl" location="top"}
{include file="CRM/common/formButtons.tpl" location="botton"}
{/strip}
{if $rowsEmpty || $rows }
{if $rowsEmpty}
{include file="CRM/Activity/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/Activity/Form/Selector.tpl" context="Search"}
{* END Actions/Results section *}
{/if}
{/if} {literal} {/literal}