В шаблоне идём в template/b22/addcomments.tpl и всё содержимое заминяем на это
Code
<div class="commentbox"><table class="window-container"><tr><td class="wc_tl"></td><td class="wc_t"><h4>Добавление комментария </h4></td><td class="wc_tr"></td></tr><tr><td class="wc_c"><table width="450">
[not-logged] <tr>
<td height="25" class="category">Ваше Имя:</td>
<td height="25" style="width:380px;"><input type="text" name="name" id="name" style="width:120px; height:18px; margin-left:3px; margin-right:3px; border: 1px solid #CCCCCC; color:##666666; font-size:12px"></td>
</tr>
<tr>
<td height="25" class="category">Ваш E-Mail:</td>
<td height="25"><input type="text" name="mail" id="mail" style="width:120px; height:18px; margin-left:3px; margin-right:3px; border: 1px solid #CCCCCC; color:##666666; font-size:12px"></td>
</tr>[/not-logged]
[not-wysywyg] <tr>
<td colspan="2">{bbcode}</td>
</tr>[/not-wysywyg]
<tr>
<td colspan="2">[not-wysywyg]<textarea name="comments" class="comment" id="comments" style="width:461px; height:160px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;" onclick="setNewField(this.name, document.getElementById( 'dle-comments-form' ))">{text}</textarea>
[/not-wysywyg]{wysiwyg}</td>
</tr>
[sec_code]
<tr>
<td class="category">Код:</td>
<td class="category">{sec_code}</td>
</tr>
<tr>
<td height="25" class="category">Введите код</td>
<td><input type="text" name="sec_code" id="sec_code" style="width:120px; height:18px; margin-left:3px; margin-right:3px; border: 1px solid #CCCCCC; color:##eb8c10; font-size:12px"></td>
</tr>
[/sec_code]
<tr>
<td colspan="2">
<input type="submit" onclick="doAddComments();return false;" class="bbcodes_poll" value=" Отправить" />
</td>
</tr>
</table>
</td>
</tr><tr><td class="wc_bl"></td><td class="wc_b"></td><td class="wc_br"></td></tr></table>
</div>