X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FForm%2FPaymentInfoBlock.tpl;h=0296b19b29410a187d50b5984cae8264a31417e3;hb=d08a6665565c9a3493f745fe25080b79c13bc036;hp=c74a7339da2acb33bc5a97f99911df8a8d199276;hpb=a7a62dbe5ec253a9cf01bc329be240b25e600945;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Form/PaymentInfoBlock.tpl b/templates/CRM/Contribute/Form/PaymentInfoBlock.tpl index c74a7339da..0296b19b29 100644 --- a/templates/CRM/Contribute/Form/PaymentInfoBlock.tpl +++ b/templates/CRM/Contribute/Form/PaymentInfoBlock.tpl @@ -27,23 +27,23 @@ {if !empty($payments)} - + {foreach from=$payments item=payment} - + {/foreach}
{ts}Amount{/ts} {ts}Type{/ts} {ts}Payment Method{/ts} {ts}Received{/ts} {ts}Transaction ID{/ts} {ts}Status{/ts}
{$payment.action} {$payment.total_amount|crmMoney:$payment.currency} {$payment.financial_type} {$payment.payment_instrument}{if $payment.check_number} (#{$payment.check_number}){/if} {$payment.receive_date|crmDate} {$payment.trxn_id} {$payment.status}{$payment.action}