Для удаления в стиле Subsilver2 нужно открыть файл
styles/subsilver2/template/quickreply_editor.html
Найти там текст
Код: Выделить всё
<tr>
<td class="row1" width="22%"><b class="genmed">{L_SUBJECT}:</b></td>
<td class="row2" width="78%"><input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" /></td>
</tr>Для удаления в стиле Prosilver нужно открыть файл
styles/prosilver/template/quickreply_editor.html
Найти там текст
Код: Выделить всё
<dl style="clear: left;">
<dt><label for="subject">{L_SUBJECT}:</label></dt>
<dd><input type="text" name="subject" id="subject-ns" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd>
</dl>

