Index: civicrm/trunk/sites/all/themes/civicrm_custom/CRM/Contribute/Form/ContributionView.tpl |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | |
41 | 41 | {if $cancel_date} |
42 | 42 | <dt>{ts}Cancelled Date{/ts}</dt> |
43 | | - <dd>{$cancel_date|truncate:10:''|crmDate}</dd> |
| 43 | + <dd>{$cancel_date|crmDate}</dd> |
44 | 44 | |
45 | 45 | {if $cancel_reason} |
46 | 46 | <dt>{ts}Cancellation Reason{/ts}</dt> |
— | — | @@ -60,7 +60,7 @@ |
61 | 61 | |
62 | 62 | {if $receipt_date} |
63 | 63 | <dt>{ts}Receipt Sent{/ts}</dt> |
64 | | - <dd>{$receipt_date|truncate:10:''|crmDate}</dd> |
| 64 | + <dd>{$receipt_date|crmDate}</dd> |
65 | 65 | {/if} |
66 | 66 | |
67 | 67 | {foreach from=$note item="rec"} |
— | — | @@ -86,7 +86,7 @@ |
87 | 87 | |
88 | 88 | {if $thankyou_date} |
89 | 89 | <dt>{ts}Thank-you Sent{/ts}</dt> |
90 | | - <dd>{$thankyou_date|truncate:10:''|crmDate}</dd> |
| 90 | + <dd>{$thankyou_date|crmDate}</dd> |
91 | 91 | {/if} |
92 | 92 | |
93 | 93 | </dl> |
— | — | @@ -133,20 +133,4 @@ |
134 | 134 | </fieldset> |
135 | 135 | {/if} |
136 | 136 | |
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> |
153 | 137 | </div> |