From c98519624cf6e9d7a9459055f8e43f61fdb6d538 Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 10 Jun 2015 18:05:14 +0530 Subject: [PATCH] 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 --- .../CRM/Event/Cart/Form/Checkout/Payment.tpl | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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} -- 2.25.1