From 555dad5cd0b930cff8aa209fcd009532f069802e Mon Sep 17 00:00:00 2001 From: John Kirk Date: Sun, 23 Apr 2017 16:37:10 +0000 Subject: [PATCH] Fixed minor template errors. --- templates/CRM/Contact/Form/Inline/Phone.tpl | 2 +- templates/CRM/Contribute/Import/Form/DataSource.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Form/Inline/Phone.tpl b/templates/CRM/Contact/Form/Inline/Phone.tpl index 3a1da1e3131a..627aeba3a0c1 100644 --- a/templates/CRM/Contact/Form/Inline/Phone.tpl +++ b/templates/CRM/Contact/Form/Inline/Phone.tpl @@ -53,7 +53,7 @@ {$form.phone.$blockId.is_primary.1.html} {if $blockId gt 1} - + {/if} diff --git a/templates/CRM/Contribute/Import/Form/DataSource.tpl b/templates/CRM/Contribute/Import/Form/DataSource.tpl index 479dbec8bff2..9306ad4e2600 100644 --- a/templates/CRM/Contribute/Import/Form/DataSource.tpl +++ b/templates/CRM/Contribute/Import/Form/DataSource.tpl @@ -25,7 +25,7 @@ *} {* Contribution 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 *} -
+
{* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *} {include file="CRM/common/WizardHeader.tpl"}