remove tabs, trailing spaces
[civicrm-core.git] / templates / CRM / Custom / Import / Form / DataSource.tpl
index 5b391fd4039a13f966fb9de5157f7ee9ffb1f4ef..64869fb67e29afd117d2638de204a53ca51d6402 100644 (file)
  +--------------------------------------------------------------------+
 *}
 
-{* 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 *}
 
-<div class="crm-block crm-form-block crm-api-import-uploadfile-form-block">
+<div class="crm-block crm-form-block crm-custom-import-uploadfile-form-block">
  {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
  {include file="CRM/common/WizardHeader.tpl"}
 
  <div id="help">
-    {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'}
  </div>
  <div id="upload-file" class="form-item">
  <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
    <table class="form-layout">
-     <tr class="crm-api-import-entity-form-block-entity">
+     <tr class="crm-custom-import-entity-form-block-entity">
        <td class="label">{$form.entity.label}</td>
        <td>{$form.entity.html}</td>
      </tr>
-    <tr class="crm-api-import-uploadfile-form-block-uploadFile">
+    <tr class="crm-custom-import-uploadfile-form-block-uploadFile">
       <td class="label">{$form.uploadFile.label}</td>
       <td>{$form.uploadFile.html}<br />
       <span class="description">
                 </span>
             </td>
   </tr>
-  <tr class="crm-api-import-uploadfile-form-block-multipleCustomData">
+  <tr class="crm-custom-import-uploadfile-form-block-multipleCustomData">
               <td class="label">{$form.multipleCustomData.label}</dt>
               <td><span>{$form.multipleCustomData.html}</span> </td>
   </tr>
-  <tr class="crm-member-import-uploadfile-from-block-contactType">
+  <tr class="crm-custom-import-uploadfile-from-block-contactType">
               <td class="label">{$form.contactType.label}</td>
-             <td>{$form.contactType.html}<br />
+             <td>{$form.contactType.html}<br />
                 <span class="description">
                 {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}
                 </span>
               </td>
   </tr>
-  <tr class="crm-api-import-uploadfile-form-block-date_format">
+  <tr class="crm-custom-import-uploadfile-form-block-date_format">
             {include file="CRM/Core/Date.tpl"}
   </tr>
   {if $savedMapping}
-  <tr class="crm-api-import-uploadfile-form-block-savedMapping">
+  <tr class="crm-custom-import-uploadfile-form-block-savedMapping">
               <td class="label">{if $loadedMapping}{ts}Select a Different Field Mapping{/ts}{else}{ts}Load Saved Field Mapping{/ts}{/if}</dt>
               <td><span>{$form.savedMapping.html}</span> </td>
   </tr>