X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FCustom%2FImport%2FForm%2FDataSource.tpl;h=64869fb67e29afd117d2638de204a53ca51d6402;hb=7f7fa13a44da9f82cea342e822ed258c2f09e73d;hp=5b391fd4039a13f966fb9de5157f7ee9ffb1f4ef;hpb=2c53a8f729f160b603efc6e8f5eb03c118df6ed3;p=civicrm-core.git diff --git a/templates/CRM/Custom/Import/Form/DataSource.tpl b/templates/CRM/Custom/Import/Form/DataSource.tpl index 5b391fd403..64869fb67e 100644 --- a/templates/CRM/Custom/Import/Form/DataSource.tpl +++ b/templates/CRM/Custom/Import/Form/DataSource.tpl @@ -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}