Skip to content

Commit

Permalink
CRM-16189, fixed white spaces
Browse files Browse the repository at this point in the history
----------------------------------------
* CRM-16189: Improve support for Accrual Method bookkeeping
  https://issues.civicrm.org/jira/browse/CRM-16189
  • Loading branch information
pradpnayak committed Sep 22, 2016
1 parent d95d30e commit e048475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/CRM/Contribute/Form/ContributionView.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<td class='label'>{ts}Fees{/ts}</td>
<td id='payment-info'></td>
</tr>
{/if}
{/if}
</table>

{if count($softContributions)} {* We show soft credit name with PCP section if contribution is linked to a PCP. *}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Contribute/Page/PaymentInfo.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CRM.$(function($) {
<td class='right'>
{if $paymentInfo.paid > 0}
{$paymentInfo.paid|crmMoney}
{if !$hideButtonLinks}
{if !$hideButtonLinks}
<br/>
<a class="crm-hover-button action-item crm-popup medium-popup" href='{crmURL p="civicrm/payment" q="view=transaction&cid=`$cid`&id=`$paymentInfo.id`&component=`$paymentInfo.component`&action=browse"}'>
<i class="crm-i fa-list"></i>
Expand Down

0 comments on commit e048475

Please sign in to comment.