{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* Financial search component. *}
{ts}Filter Results{/ts}
{if !empty($elements)} {* Loop through all defined search criteria fields (defined in the buildForm() function). *} {foreach from=$elements item=element} {/foreach} {/if}
{$form.$element.label} {$form.$element.html}
{if !empty($form.batch_update)}
{$form.batch_update.html} {$form.submit.html}

{/if}
{if !empty($form.toggleSelect.html)}{$form.toggleSelect.html}{/if} {ts}Batch Name{/ts} {ts}Payment Method{/ts} {ts}Item Count{/ts} {ts}Total Amount{/ts} {ts}Status{/ts} {ts}Created By{/ts}
{include file="CRM/Form/validate.tpl"} {literal} {/literal}