From deaf00c223ee04cb4e3ab5de1536b3393fa75bcc Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Thu, 22 Sep 2016 18:55:14 +0530 Subject: [PATCH] CRM-16189, fixed white spaces ---------------------------------------- * CRM-16189: Improve support for Accrual Method bookkeeping https://issues.civicrm.org/jira/browse/CRM-16189 --- templates/CRM/Contribute/Form/ContributionView.tpl | 2 +- templates/CRM/Contribute/Page/PaymentInfo.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contribute/Form/ContributionView.tpl b/templates/CRM/Contribute/Form/ContributionView.tpl index 9f7ac13fa8..73e64e1e30 100644 --- a/templates/CRM/Contribute/Form/ContributionView.tpl +++ b/templates/CRM/Contribute/Form/ContributionView.tpl @@ -235,7 +235,7 @@ {ts}Fees{/ts} - {/if} + {/if} {if count($softContributions)} {* We show soft credit name with PCP section if contribution is linked to a PCP. *} diff --git a/templates/CRM/Contribute/Page/PaymentInfo.tpl b/templates/CRM/Contribute/Page/PaymentInfo.tpl index 6a0c8019a7..ac45c5d79e 100644 --- a/templates/CRM/Contribute/Page/PaymentInfo.tpl +++ b/templates/CRM/Contribute/Page/PaymentInfo.tpl @@ -65,7 +65,7 @@ CRM.$(function($) { {if $paymentInfo.paid > 0} {$paymentInfo.paid|crmMoney} - {if !$hideButtonLinks} + {if !$hideButtonLinks}
-- 2.25.1