{* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2016 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* Search form and results for voters *}
{assign var='searchForm' value='searchForm'} {if $searchVoterFor} {assign var='searchForm' value="search_form_$searchVoterFor"} {/if}
{ts}Edit Search Criteria{/ts}
{strip} {if $showInterviewer} {/if} {if $customSearchFields.ward || $customSearchFields.precinct} {if $customSearchFields.ward} {assign var='ward' value=$customSearchFields.ward} {/if} {if $customSearchFields.precinct} {assign var='precinct' value=$customSearchFields.precinct} {/if} {/if}
{$form.campaign_survey_id.label} {$form.campaign_survey_id.html} {$form.survey_interviewer_id.label} {$form.survey_interviewer_id.html}
{$form.sort_name.label} {$form.sort_name.html|crmAddClass:'twenty'}
{$form.contact_type.html}
{$form.group.html}
{$form.street_address.label} {$form.street_address.html} {$form.street_name.label} {$form.street_name.html}
{$form.street_unit.label} {$form.street_unit.html} {$form.city.label} {$form.city.html}
{$form.street_number.label} {$form.street_number.html} {$form.postal_code.label} {$form.postal_code.html}
{$form.$ward.label} {$form.$ward.html} {$form.$precinct.label} {$form.$precinct.html}
{if $context eq 'search'} {$form.buttons.html} {else} {ts}Search{/ts} {/if}
{/strip}
{literal} {/literal}