From f409ac8c02e42f3bda948a8ac143e0cfc4f4735c Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 3 Jun 2022 11:51:04 +1200 Subject: [PATCH] Reformat whitespace --- .../CRM/Contact/Import/Form/DataSource.tpl | 263 +++++++++--------- 1 file changed, 127 insertions(+), 136 deletions(-) diff --git a/templates/CRM/Contact/Import/Form/DataSource.tpl b/templates/CRM/Contact/Import/Form/DataSource.tpl index f69e2a764c..102964316b 100644 --- a/templates/CRM/Contact/Import/Form/DataSource.tpl +++ b/templates/CRM/Contact/Import/Form/DataSource.tpl @@ -17,13 +17,13 @@
{include file="CRM/common/formButtons.tpl" location="top"}
-

{ts}Choose Data Source{/ts}

- - - - - -
{$form.dataSource.label}{$form.dataSource.html} {help id='data-source-selection'}
+

{ts}Choose Data Source{/ts}

+ + + + + +
{$form.dataSource.label}{$form.dataSource.html} {help id='data-source-selection'}
{* Data source form pane is injected here when the data source is selected. *} @@ -31,146 +31,137 @@
-

{ts}Import Options{/ts}

- - - - - - - - - - - - - - - - - - {include file="CRM/Core/Date.tpl"} - - - - - {if $geoCode} - - - - - {/if} - - {if $savedMapping} - - - - - { /if} - - {if $form.disableUSPS} - - - - +

{ts}Import Options{/ts}

+
{$form.contactType.label}{$form.contactType.html} {help id='contact-type'}    - {$form.contactSubType.label}   {$form.contactSubType.html} {help id='contact-sub-type'}
{$form.onDuplicate.label}{$form.onDuplicate.html} {help id='dupes'}
{$form.dedupe_rule_id.label}{$form.dedupe_rule_id.html} {help id='id-dedupe_rule'}
{$form.fieldSeparator.label}{$form.fieldSeparator.html} {help id='id-fieldSeparator'}
{ts}Select the format that is used for date fields in your import data.{/ts}
{$form.doGeocodeAddress.html} {$form.doGeocodeAddress.label}
- - {ts}This option is not recommended for large imports. Use the command-line geocoding script instead.{/ts} - - {docURL page="user/initial-set-up/scheduled-jobs"} -
{$form.savedMapping.html}
-    {ts}Select Saved Mapping or Leave blank to create a new One.{/ts}
{$form.disableUSPS.html}
+ + + + + + + + + + + + + + + + + {include file="CRM/Core/Date.tpl"} + + + + + {if $geoCode} + + + + + {/if} + + {if $savedMapping} + + + + + {/if} - {/if} -
{$form.contactType.label}{$form.contactType.html} {help id='contact-type'}    + {$form.contactSubType.label}   {$form.contactSubType.html} {help id='contact-sub-type'} +
{$form.onDuplicate.label}{$form.onDuplicate.html} {help id='dupes'}
{$form.dedupe_rule_id.label}{$form.dedupe_rule_id.html} {help id='id-dedupe_rule'}
{$form.fieldSeparator.label}{$form.fieldSeparator.html} {help id='id-fieldSeparator'}
{ts}Select the format that is used for date fields in your import data.{/ts}
{$form.doGeocodeAddress.html} {$form.doGeocodeAddress.label}
+ + {ts}This option is not recommended for large imports. Use the command-line geocoding script instead.{/ts} + + {docURL page="user/initial-set-up/scheduled-jobs"} +
{$form.savedMapping.html}
+     {ts}Select Saved Mapping or Leave blank to create a new One.{/ts} +
+ {if $form.disableUSPS} + + + {$form.disableUSPS.html} + + {/if} +
{include file="CRM/common/formButtons.tpl" location="bottom"}
- {literal} {/literal} - -- 2.25.1