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:
0137678
)
Solving RT ticket #1092988
author
k
<k054>
Tue, 15 Mar 2016 17:13:26 +0000
(13:13 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 11 Dec 2017 22:40:38 +0000
(17:40 -0500)
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 4252279c832e870109029c65ca34ca120856771e..ce4e74f279d86e74cbfc0b9a9e2d3228808df43c 100644
(file)
--- a/
templates/CRM/Contribute/Form/ContributionView.tpl
+++ b/
templates/CRM/Contribute/Form/ContributionView.tpl
@@
-68,6
+68,12
@@
</div>
</div>
<table class="crm-info-panel">
+
+ <tr>
+ <td class="label">{ts}CiviCRM ID{/ts}</td>
+ <td class="bold">{$contact_id}</td>
+ </tr>
+
<tr>
<td class="label">{ts}From{/ts}</td>
<td class="bold">{$displayName}</td>