From 6e56bbfcb7ca331a1cbcd6fb30b6ec2433877f3e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 30 Mar 2013 16:53:13 -0700 Subject: [PATCH] Hide payment options if js disabled CRM-12149 --- templates/CRM/Contribute/Form/Contribution/Main.tpl | 3 ++- templates/CRM/common/paymentBlock.tpl | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index 52586d6409..17d67d4bb5 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -273,7 +273,8 @@ {/if} {if $form.payment_processor.label} -
+ {* PP selection only works with JS enabled, so we hide it initially *} +