X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FPage%2FPaymentInfo.tpl;h=482c22a366e07af42a5b877ae7e2943b8d1c117a;hb=3c14ef99fd43c427e827c8b926ecf7072d79de21;hp=039eacaa9d3ddf4d55d9542b1259f1e494beb8a0;hpb=00e18848bae4a42a67f0bf07002760ab35f9dd40;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Page/PaymentInfo.tpl b/templates/CRM/Contribute/Page/PaymentInfo.tpl index 039eacaa9d..482c22a366 100644 --- a/templates/CRM/Contribute/Page/PaymentInfo.tpl +++ b/templates/CRM/Contribute/Page/PaymentInfo.tpl @@ -1,6 +1,6 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.7 | + | CiviCRM version 5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ @@ -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}