X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FPage%2FPaymentInfo.tpl;h=482c22a366e07af42a5b877ae7e2943b8d1c117a;hb=25a057dd21603b57e58d519aadec64d927b17502;hp=b27cad046c8f99c45cf18ff961206c93fec3d20a;hpb=536a7c4fb7a0b9bb107cfba5ca287837892878c5;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Page/PaymentInfo.tpl b/templates/CRM/Contribute/Page/PaymentInfo.tpl index b27cad046c..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(); @@ -55,16 +55,16 @@ CRM.$(function($) { {if $component eq "event"} {ts}Total Fee(s){/ts} {else} - {ts}Contribution Amount(s){/ts} + {ts}Contribution Total{/ts} {/if} {ts}Total Paid{/ts} {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}