r69818 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69817‎ | r69818 | r69819 >
Date:21:10, 23 July 2010
Author:tomasz
Status:deferred
Tags:
Comment:
Removing custom comments field in favor of civicrm internal custom field
Modified paths:
  • /civicrm/trunk/sites/all/themes/civicrm_custom/CRM/Contribute/Form/ContributionView.tpl (modified) (history)

Diff [purge]

Index: civicrm/trunk/sites/all/themes/civicrm_custom/CRM/Contribute/Form/ContributionView.tpl
@@ -39,7 +39,7 @@
4040
4141 {if $cancel_date}
4242 <dt>{ts}Cancelled Date{/ts}</dt>
43 - <dd>{$cancel_date|truncate:10:''|crmDate}</dd>
 43+ <dd>{$cancel_date|crmDate}</dd>
4444
4545 {if $cancel_reason}
4646 <dt>{ts}Cancellation Reason{/ts}</dt>
@@ -60,7 +60,7 @@
6161
6262 {if $receipt_date}
6363 <dt>{ts}Receipt Sent{/ts}</dt>
64 - <dd>{$receipt_date|truncate:10:''|crmDate}</dd>
 64+ <dd>{$receipt_date|crmDate}</dd>
6565 {/if}
6666
6767 {foreach from=$note item="rec"}
@@ -86,7 +86,7 @@
8787
8888 {if $thankyou_date}
8989 <dt>{ts}Thank-you Sent{/ts}</dt>
90 - <dd>{$thankyou_date|truncate:10:''|crmDate}</dd>
 90+ <dd>{$thankyou_date|crmDate}</dd>
9191 {/if}
9292
9393 </dl>
@@ -133,20 +133,4 @@
134134 </fieldset>
135135 {/if}
136136
137 -<fieldset><legend>{ts}Contribution Comments{/ts}</legend>
138 -<dl>
139 -<dt>{$form.donor_comment.label}</dt>
140 -<dd>{$form.donor_comment.html}</dd>
141 -</dl>
142 -<dl>
143 -<dt>{ts}Public Page{/ts}</dt>
144 - <dd>{$form.comments_page.html}</dd>
145 -</dl>
146 -</fieldset>
147 -
148 -<dl>
149 - <dt></dt>
150 - <dd>{$form.buttons.html}</dd>
151 -</dl>
152 -</fieldset>
153137 </div>

Status & tagging log