X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FPage%2FPaymentInfo.tpl;h=4c9d8cc1f4fcc0d74ba303fae9c6c9ecdfe577dd;hb=a26f4265fbf3d90a56e21f1d8729f21637245bf0;hp=039eacaa9d3ddf4d55d9542b1259f1e494beb8a0;hpb=05328349418e23e4ac7dc2353b89a8864818ca63;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Page/PaymentInfo.tpl b/templates/CRM/Contribute/Page/PaymentInfo.tpl index 039eacaa9d..4c9d8cc1f4 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();