CRM-12595 fix formatting in templates files (A)
[civicrm-core.git] / templates / CRM / Activity / Import / Form / MapField.tpl
index 9e6a56d766144e0f12ba37b3d6d56e274e53fe23..9c6adad7c793e20541eabae1256885921798e066 100644 (file)
@@ -32,7 +32,7 @@
 
  <div id="help">
     <p>{ts}Review the values shown below from the first 2 rows of your import file and select the matching CiviCRM database fields from the drop-down lists in the right-hand column. Select '- do not import -' for any columns in the import file that you want ignored.{/ts}</p>
-    {if $savedMapping} 
+    {if $savedMapping}
     <p>{ts}Click 'Load Saved Field Mapping' if data has been previously imported from the same source. You can then select the saved import mapping setup and load it automatically.{/ts}<p>
     {/if}
     <p>{ts}If you think you may be importing additional data from the same data source, check 'Save this field mapping' at the bottom of the page before continuing. The saved mapping can then be easily reused the next time data is imported.{/ts}</p>
@@ -49,7 +49,7 @@
 if ( document.getElementsByName("saveMapping")[0].checked ) {
     document.getElementsByName("updateMapping")[0].checked = true;
     document.getElementsByName("saveMapping")[0].checked = false;
-} 
+}
 </script>
 {/literal}
 </div>
\ No newline at end of file