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:
b5dc073
)
Solving RT ticket #1092988
author
k
<k054>
Tue, 15 Mar 2016 17:13:26 +0000
(13:13 -0400)
committer
Michael McMahon
<michael@fsf.org>
Wed, 4 May 2022 20:32:58 +0000
(16:32 -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 25eb770c401a689806789a5585e01379ec26bfce..f41e3526018d6dd373448c7f684f32cec831bb1c 100644
(file)
--- a/
templates/CRM/Contribute/Form/ContributionView.tpl
+++ b/
templates/CRM/Contribute/Form/ContributionView.tpl
@@
-14,10
+14,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>