<td class="view-value">{include file="CRM/common/jcalendar.tpl" elementName=activity_date_time}</td>
{/if}
</tr>
+ {if $action eq 2 && $activityTypeFile eq 'OpenCase'}
+ <tr class="crm-case-activity-form-block-details">
+ <td class="label">{ts}Notes{/ts}</td>
+ <td class="view-value">
+ {* If using plain textarea, assign class=huge to make input large enough. *}
+ {if $defaultWysiwygEditor eq 0}{$form.details.html|crmAddClass:huge}{else}{$form.details.html}{/if}
+ </td>
+ </tr>
+ {/if}
<tr>
<td colspan="2"><div id="customData"></div></td>
</tr>