From: eileen Date: Mon, 17 Feb 2020 06:28:43 +0000 (+1300) Subject: dev/financial#118 Move source & receive date to the top on contribution view page X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a5057bf379c96ea3484cfbff2c42db67fa818872;p=civicrm-core.git dev/financial#118 Move source & receive date to the top on contribution view page Per https://lab.civicrm.org/dev/financial/issues/118 this doesn't seem to be controversial - although there is a desire to take it further & once this is merged I'll look at that --- diff --git a/templates/CRM/Contribute/Form/ContributionView.tpl b/templates/CRM/Contribute/Form/ContributionView.tpl index 5d543f9661..439d97e660 100644 --- a/templates/CRM/Contribute/Form/ContributionView.tpl +++ b/templates/CRM/Contribute/Form/ContributionView.tpl @@ -65,6 +65,14 @@ {ts}Financial Type{/ts} {$financial_type}{if $is_test} {ts}(test){/ts} {/if} + + {ts}Source{/ts} + {$source} + + + {ts}Received{/ts} + {if $receive_date}{$receive_date|crmDate}{else}({ts}not available{/ts}){/if} + {if $displayLineItems} {ts}Contribution Amount{/ts} @@ -120,10 +128,6 @@ {$revenue_recognition_date|crmDate:"%B, %Y"} {/if} - - {ts}Received{/ts} - {if $receive_date}{$receive_date|crmDate}{else}({ts}not available{/ts}){/if} - {if $to_financial_account } {ts}Received Into{/ts} @@ -165,10 +169,6 @@ {$check_number} {/if} - - {ts}Source{/ts} - {$source} - {if $campaign}