From e1cd74f1939d2ef127c4ed4a7bc221e80d43d982 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Sat, 1 Aug 2020 12:09:50 +0100 Subject: [PATCH] Remove invalid use of crmMoney --- templates/CRM/Contribute/Form/ContributionPage/Amount.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl b/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl index 4969078327..8be7d88e7b 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl @@ -177,9 +177,9 @@   - + -
{$form.min_amount.label}{$form.min_amount.html|crmMoney}
{$form.min_amount.html}
{$form.max_amount.label}{$form.max_amount.html|crmMoney}
+
{$form.max_amount.html}
{ts 1=5|crmMoney}If you have chosen to Allow Other Amounts, you can use the fields above to control minimum and/or maximum acceptable values (e.g. don't allow contribution amounts less than %1).{/ts}
@@ -194,7 +194,7 @@ {ts}Contribution Label{/ts}{ts}Amount{/ts}{ts}Default?{/ts}
{$form.default.0.html} {section name=loop start=1 loop=11} {assign var=idx value=$smarty.section.loop.index} - {$form.label.$idx.html}{$form.value.$idx.html|crmMoney}{$form.default.$idx.html} + {$form.label.$idx.html}{$form.value.$idx.html}{$form.default.$idx.html} {/section} -- 2.25.1