X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FForm%2FContribution%2FMain.tpl;h=52b102ed8b537b6fb332d3aa0e7051fc5977bcb8;hb=da1ad7aad9f3b6496444899dabcaa03e223224e3;hp=1137637e5b2a1172852122554636a20c39e2c294;hpb=8dc636428fc53aa0f1fd9d26a8ec67ffbbd9b759;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index 1137637e5b..52b102ed8b 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -1,8 +1,8 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.7 | + | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2017 | + | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -66,6 +66,12 @@ {include file="CRM/Contribute/Form/Contribution/PreviewHeader.tpl"} {/if} + {if $displayCaptchaWarning} +
+ {ts}To display reCAPTCHA on form you must get an API key from
https://www.google.com/recaptcha/admin/create{/ts} +
+ {/if} + {include file="CRM/common/TrackingFields.tpl"}
@@ -91,14 +97,14 @@ {elseif !empty($ccid)} {if $lineItem && $priceSetID && !$is_quick_config}
- {ts}Contribution Information{/ts} + {ts}Contribution Information{/ts}{if $display_name} – {$display_name}{/if}
{assign var="totalAmount" value=$pendingAmount} {include file="CRM/Price/Page/LineItem.tpl" context="Contribution"} {else}
{$form.total_amount.label} - {$form.total_amount.html|crmMoney}  {if $taxAmount}(includes {$taxTerm} of {$taxAmount|crmMoney}){/if} + {$form.total_amount.html|crmMoney}  {if $taxAmount}{ts 1=$taxTerm 2=$taxAmount|crmMoney}(includes %1 of %2){/ts}{/if}
{/if} {else}