Skip to content

Commit

Permalink
Merge pull request #11678 from mukeshcompucorp/CRM-21770-change-posit…
Browse files Browse the repository at this point in the history
…ion-of-help-div-in-export-participant

CRM-21770: Change position of help div
  • Loading branch information
colemanw authored Feb 16, 2018
2 parents 56715f8 + 239334c commit d2bf7ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/CRM/Export/Form/Map.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-export-map-form-block">
<div class="help">
<p>{ts}Select the fields to be exported using the table below. For each field, first select the contact type that the field belongs to (e.g. select <strong>Individuals</strong> if you are exporting <strong>Last Name</strong>). Then select the actual field to be exported from the drop-down menu which will appear next to the contact type. Your export can include multiple types of contact records, and non-applicable fields will be empty (e.g. <strong>Last Name</strong> will not be populated for an Organization record).{/ts}</p>
<p>{ts}Click <strong>Select more fields...</strong> if you want to export more fields than are initially displayed in the table.{/ts}</p>
Expand All @@ -34,6 +33,8 @@

<p>{ts}If you want to use the same export setup in the future, check 'Save this field mapping' at the bottom of the page before continuing. You will then be able to reload this setup with a single click.{/ts}</p>
</div>

<div class="crm-block crm-form-block crm-export-map-form-block">
{* Export Wizard - Step 3 (map export data fields) *}

{* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
Expand Down

0 comments on commit d2bf7ff

Please sign in to comment.