From b2a3bc12c53152b0408dd0322d33a2b674c94c73 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Fri, 7 Feb 2020 16:12:02 +0000 Subject: [PATCH] Remove crm-marker from template as it's added automatically by quickform --- templates/CRM/Core/BillingBlock.tpl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/CRM/Core/BillingBlock.tpl b/templates/CRM/Core/BillingBlock.tpl index f8bb2088f5..10a830c126 100644 --- a/templates/CRM/Core/BillingBlock.tpl +++ b/templates/CRM/Core/BillingBlock.tpl @@ -20,9 +20,7 @@ {foreach from=$paymentFields item=paymentField} {assign var='name' value=$form.$paymentField.name}
-
{$form.$paymentField.label} - {if $requiredPaymentFields.$name}*{/if} -
+
{$form.$paymentField.label}
{$form.$paymentField.html} {if $paymentFieldsMetadata.$name.description} @@ -51,9 +49,7 @@ {foreach from=$billingDetailsFields item=billingField} {assign var='name' value=$form.$billingField.name}
-
{$form.$billingField.label} - {if $requiredPaymentFields.$name}*{/if} -
+
{$form.$billingField.label}
{if $form.$billingField.type == 'text'}
{$form.$billingField.html}
{else} -- 2.25.1