From beb9b458736c5c91a6c84a01ce02accee45bb24a Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 14 May 2022 08:41:52 +1200 Subject: [PATCH] Consolidate datasource form - event import --- .../CRM/Event/Import/Form/DataSource.tpl | 68 +------------------ 1 file changed, 1 insertion(+), 67 deletions(-) diff --git a/templates/CRM/Event/Import/Form/DataSource.tpl b/templates/CRM/Event/Import/Form/DataSource.tpl index d8c4d5e2d5..5395b37fcf 100644 --- a/templates/CRM/Event/Import/Form/DataSource.tpl +++ b/templates/CRM/Event/Import/Form/DataSource.tpl @@ -7,70 +7,4 @@ | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} -{* Import Wizard - Step 1 (choose data source) *} -
- {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *} - {include file="CRM/common/WizardHeader.tpl"} -
- {ts 1=$importEntity 2= $importEntities}The %1 Import Wizard allows you to easily upload %2 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 an existing contact in your CiviCRM database.{/ts} {help id='upload'} -
- -
-
{include file="CRM/common/formButtons.tpl" location="top"}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - {include file="CRM/Core/Date.tpl"} - - {if $savedMapping} - - - - - - - - {/if} - -
{$form.uploadFile.label}{$form.uploadFile.html}
- - {ts}File format must be comma-separated-values (CSV).{/ts} - -
 {ts 1=$uploadSize}Maximum Upload File Size: %1 MB{/ts}
 {$form.skipColumnHeader.html} {$form.skipColumnHeader.label}
- - {ts}Check this box if the first row of your file consists of field names (Example: "Contact ID", "Participant Role").{/ts} - -
{$form.contactType.label}{$form.contactType.html}
- - {ts}Select 'Individual' if you are importing event participation data for individual persons.{/ts} - {ts}Select 'Organization' or 'Household' if you are importing event participation data for contacts of that type. (NOTE: Some built-in contact types may not be enabled for your site.){/ts} - -
{$form.onDuplicate.label}{$form.onDuplicate.html} {help id="id-onDuplicate"}
{$form.fieldSeparator.label} {help id='id-fieldSeparator' file='CRM/Contact/Import/Form/DataSource'}{$form.fieldSeparator.html}
{$form.savedMapping.label}{$form.savedMapping.html}
 {ts}Select Saved Mapping, or leave blank to create a new mapping.{/ts}
-
{include file="CRM/common/formButtons.tpl" location="bottom"}
-
-
+{include file="CRM/Import/Form/DataSource.tpl"} -- 2.25.1