1
2
3
4
5
6
7
8
9
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tabForm">
<tr><td>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <th align="left" class="dataLabel" colspan="2" class="dataLabel"><h4 class="dataLabel"><slot>{MOD.LBL_DESCRIPTION_INFORMATION}</slot></h4></th>
    </tr><tr>
    <td width="15%" valign="top" class="dataLabel"><slot>{MOD.Comments_c}</slot></td>
    <td width="85%" class="dataField"><slot><textarea name='description' tabindex='5' cols="60" rows="8">{DESCRIPTION}</textarea></slot></td>
</tr></table>