{* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* Export Wizard - Step 2 *} {* @var $form Contains the array for the form elements and other form associated information assigned to the template by the controller *}

{ts}Export PRIMARY fields provides the most commonly used data values. This includes primary address information, preferred phone and email.{/ts}

{ts}Click Select fields for export and then Continue to choose a subset of fields for export. This option allows you to export multiple specific locations (Home, Work, etc.) as well as custom data. You can also save your selections as a 'field mapping' so you can use it again later.{/ts}

{* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *} {include file="CRM/common/WizardHeader.tpl"}
{include file="CRM/common/formButtons.tpl" location="top"}

{ts count=$totalSelectedRecords plural='%count records selected for export.'}One record selected for export.{/ts}

{$form.exportOption.html}
{if $form.mapping }
{$form.mapping.label}
{$form.mapping.html}
{/if}
{if $taskName eq 'Export Contacts' OR $component eq false}
{ts}Merge Options{/ts} {help id="id-export_merge_options"}
 {$form.mergeOption.html}
{$form.postal_greeting.label} {$form.postal_greeting.html}
{$form.postal_greeting_other.label} {$form.postal_greeting_other.html}
{$form.addressee.label} {$form.addressee.html}
{$form.addressee_other.label} {$form.addressee_other.html}
 
 {$form.merge_same_household.html}

{$form.postal_mailing_export.label}
 {$form.postal_mailing_export.html} {ts}Exclude contacts with "do not mail" privacy, no street address, or who are deceased.{/ts}

{$form.additional_group.label}
 {$form.additional_group.html}
{/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{literal} {/literal}