From: Coleman Watts Date: Sat, 30 Mar 2013 23:53:13 +0000 (-0700) Subject: Hide payment options if js disabled CRM-12149 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6e56bbfcb7ca331a1cbcd6fb30b6ec2433877f3e;p=civicrm-core.git Hide payment options if js disabled CRM-12149 --- 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 *} +