CRM-21770: Change position of help div
authorMukesh Ram <mukesh@compucorp.co.uk>
Fri, 16 Feb 2018 04:49:24 +0000 (10:19 +0530)
committerMukesh Ram <mukesh@compucorp.co.uk>
Fri, 16 Feb 2018 04:49:24 +0000 (10:19 +0530)
templates/CRM/Export/Form/Map.tpl

index f288d2ddf8510aefdc06644b9c13d1f9b0a44576..0238161bc904c39e6a667ef86d3ba0a82f7ca5f5 100644 (file)
@@ -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>
@@ -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 *}