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:
4b535d8
)
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, 12 Sep 2019 16:40:25 +0000
(12:40 -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 dd6ed9a73a5c3086c0e6d76c36b2be498dcf9aad..0dd2fd2d086e9b719866c7a4a2408d0dd61d6d30 100644
(file)
--- a/
templates/CRM/Contribute/Form/ContributionView.tpl
+++ b/
templates/CRM/Contribute/Form/ContributionView.tpl
@@
-68,10
+68,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>