X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FPage%2FPaymentInfo.tpl;h=482c22a366e07af42a5b877ae7e2943b8d1c117a;hb=3c14ef99fd43c427e827c8b926ecf7072d79de21;hp=0a4ffacecb2bc2810271766cfcd9974f545c4eab;hpb=dc362124d06c4fbe9aad170ca44e7c1ddf71c4d1;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Page/PaymentInfo.tpl b/templates/CRM/Contribute/Page/PaymentInfo.tpl index 0a4ffacecb..482c22a366 100644 --- a/templates/CRM/Contribute/Page/PaymentInfo.tpl +++ b/templates/CRM/Contribute/Page/PaymentInfo.tpl @@ -36,7 +36,7 @@ CRM.$(function($) { $("#payment-info").html(html).trigger('crmLoad'); } }); - + // Fixme: Possible bug - the following line won't be processed by smarty because it's in a literal block var taxAmount = "{$totalTaxAmount}"; if (taxAmount) { $('.total_amount-section').show(); @@ -61,10 +61,10 @@ CRM.$(function($) { {ts}Balance{/ts} - {$paymentInfo.total|crmMoney} + {$paymentInfo.total|crmMoney:$paymentInfo.currency} {if $paymentInfo.paid > 0} - {$paymentInfo.paid|crmMoney} + {$paymentInfo.paid|crmMoney:$paymentInfo.currency} {if !$hideButtonLinks}
@@ -74,7 +74,7 @@ CRM.$(function($) { {/if} {/if} - {$paymentInfo.balance|crmMoney} + {$paymentInfo.balance|crmMoney:$paymentInfo.currency} {if $paymentInfo.balance and !$paymentInfo.payLater && !$hideButtonLinks}