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:
c89cc17
)
Solving RT ticket #1092988
author
k
<k054>
Tue, 15 Mar 2016 17:13:26 +0000
(13:13 -0400)
committer
k
<k054>
Tue, 15 Mar 2016 17:13:26 +0000
(13:13 -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 d220fc63ed10ac076172473cd1baf65f39d45b91..2a414ec78461e85529a8ec686b1a46f0d27570f1 100644
(file)
--- a/
templates/CRM/Contribute/Form/ContributionView.tpl
+++ b/
templates/CRM/Contribute/Form/ContributionView.tpl
@@
-64,6
+64,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>