X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FCustom%2FImport%2FForm%2FDataSource.tpl;h=64869fb67e29afd117d2638de204a53ca51d6402;hb=7f7fa13a44da9f82cea342e822ed258c2f09e73d;hp=d4152cd8dfbe5c80b0670ee82b81da773e73a0d4;hpb=43849b44f66c3a79f9c834e7b2467f4e052f7b9e;p=civicrm-core.git diff --git a/templates/CRM/Custom/Import/Form/DataSource.tpl b/templates/CRM/Custom/Import/Form/DataSource.tpl index d4152cd8df..64869fb67e 100644 --- a/templates/CRM/Custom/Import/Form/DataSource.tpl +++ b/templates/CRM/Custom/Import/Form/DataSource.tpl @@ -1,8 +1,8 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -24,25 +24,25 @@ +--------------------------------------------------------------------+ *} -{* API Import Wizard - Step 1 (upload data file) *} +{* Multi-value Custom Data Import Wizard - Step 1 (upload data file) *} {* @var $form Contains the array for the form elements and other form associated information assigned to the template by the controller *} -
+
{* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *} {include file="CRM/common/WizardHeader.tpl"}
- {ts}The API Import Wizard allows you to easily upload data against any API create method from other applications into CiviCRM.{/ts} - {ts}Files to be imported must be in the 'comma-separated-values' format (CSV) and must contain data needed to match the data to an existing record in your CiviCRM database.{/ts} {help id='upload'} + {ts}The Multi-value Custom Data Import Wizard allows you to easily upload data to populate multi-value custom data records (such as employment or education history) for existing contacts.{/ts} + {ts}Files to be imported must be in the 'comma-separated-values' format (CSV) and must contain data needed to match the incoming data to an existing contact record in your CiviCRM database.{/ts} {help id='upload'}
{include file="CRM/common/formButtons.tpl" location="top"}
- + - + - + - + - - + {include file="CRM/Core/Date.tpl"} {if $savedMapping} - +
{$form.entity.label} {$form.entity.html}
{$form.uploadFile.label} {$form.uploadFile.html}
@@ -62,24 +62,24 @@
{$form.multipleCustomData.label} {$form.multipleCustomData.html}
{$form.contactType.label}{$form.contactType.html}
+
{$form.contactType.html}
{ts}Select 'Individual' if you are importing custom data for individual persons.{/ts} {ts}Select 'Organization' or 'Household' if you are importing custom data . (NOTE: Some built-in contact types may not be enabled for your site.){/ts}
{if $loadedMapping}{ts}Select a Different Field Mapping{/ts}{else}{ts}Load Saved Field Mapping{/ts}{/if} {$form.savedMapping.html}