From: yashodha Date: Wed, 10 Jun 2015 12:35:14 +0000 (+0530) Subject: CRM-14293: Event Cart checkout shows unlabeled checkbox for Pay Later although option... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c98519624cf6e9d7a9459055f8e43f61fdb6d538;p=civicrm-core.git CRM-14293: Event Cart checkout shows unlabeled checkbox for Pay Later although option is disabled ---------------------------------------- * CRM-14293: Event Cart checkout shows unlabeled checkbox for Pay Later although option is disabled https://issues.civicrm.org/jira/browse/CRM-14293 --- diff --git a/templates/CRM/Event/Cart/Form/Checkout/Payment.tpl b/templates/CRM/Event/Cart/Form/Checkout/Payment.tpl index b35aefd81f..92713cf024 100644 --- a/templates/CRM/Event/Cart/Form/Checkout/Payment.tpl +++ b/templates/CRM/Event/Cart/Form/Checkout/Payment.tpl @@ -93,15 +93,17 @@ {if $payment_required == true} -
-
{$form.is_pay_later.label}
-
{$form.is_pay_later.html} -
-
-
- + {if $form.is_pay_later.label} +
+
{$form.is_pay_later.label}
+
{$form.is_pay_later.html} +
+
+
+ +{/if} {include file='CRM/Core/BillingBlockWrapper.tpl'} {/if} {if $collect_billing_email == true}