projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fea2f2
)
Solving RT ticket #1092988
author
k
<k054>
Tue, 15 Mar 2016 17:13:26 +0000
(13:13 -0400)
committer
Michael McMahon
<michael@fsf.org>
Thu, 17 Mar 2022 13:43:43 +0000
(09:43 -0400)
adding civicrm ID to contributin record
templates/CRM/Contribute/Form/ContributionView.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Contribute/Form/ContributionView.tpl
b/templates/CRM/Contribute/Form/ContributionView.tpl
index 751cb143869c9476186d810dae29e006a01a0be4..e95bd869c7da3995f35a2f65345d378840834cd7 100644
(file)
--- a/
templates/CRM/Contribute/Form/ContributionView.tpl
+++ b/
templates/CRM/Contribute/Form/ContributionView.tpl
@@
-52,10
+52,15
@@
</div>
</div>
<table class="crm-info-panel">
+ <tr>
+ <td class="label">{ts}CiviCRM ID{/ts}</td>
+ <td class="bold">{$contact_id}</td>
+ </tr>
{if $is_test}
- <div class="help">
- <strong>{ts}This is a TEST transaction{/ts}</strong>
- </div>
+ <tr>
+ <td class="label">{ts}Test Transaction{/ts}</td>
+ <td class="bold">{ts}This is a TEST transaction{/ts}</td>
+ </tr>
{/if}
<tr>
<td class="label">{ts}From{/ts}</td>