{template}address_bar_part1{/template}
{$lang['Management_Subjects']}
{$_CONF['info_row']['adress_bar_separate']}
{$lang['delete_reply']}
{template}address_bar_part2{/template}
<form method="post" action="index.php?page=managementreply&do_replys=1&section={$SubjectDelInfo['section']}&subject_id={$SubjectDelInfo['id']}&reply_id={$reply_id}&start_del_reply=1" name="form1" method="post">
<table align="center" border="0" cellspacing="1" class="border" width="60%">
<tr align="center">
<td class="tcat" width="60%" colspan="2">
{$lang['delet_Options']}
</td>
</tr>
<tr align="center">
<td class="main_bar" width="60%" colspan="2">
{$lang['Title_subject']}
{$SubjectDelInfo['title']}
</td>
</tr>
<tr>
<td class="row1" width="30%" colspan="2">
<table border="0" cellpadding="0" cellspacing="3" width="100%">
<tr>
<td class="row1">{$lang['How_del_subject']}</td>
</tr>
<tr>
<td class="row1">
<div>
<label for="rb_deletetype_1">
<input name="deletetype" value="1" id="rb_deletetype_1" checked type="radio">{$lang['delet_Simple']}</label></div>
</div>
{if {$_CONF['rows']['group_info']['id']} == '1' or{$_CONF['rows']['group_info']['vice']} == '1'}
<div>
<label for="rb_deletetype_2">
<input name="deletetype" value="2" id="rb_deletetype_2" type="radio">{$lang['delet_actual']}</label>
</div>
{else}
{if {$_CONF['rows']['group_info']['group_mod']} == 1}
{if {$_CONF['rows']['group_info']['del_reply']} == 0}
<div>
<label for="rb_deletetype_2">
<input name="deletetype" value="2" id="rb_deletetype_2" disabled="disabled" type="radio">{$lang['delet_actual']}</label>
</div>
{else}
<div>
<label for="rb_deletetype_2">
<input name="deletetype" value="2" id="rb_deletetype_2" type="radio">{$lang['delet_actual']}</label>
</div>
{/if}
{/if}
{/if}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row1 rows_space" width="60%" colspan="2">
<div align="center">
<input type="submit" value="{$lang['Count']}" />
</div></td>
</tr>
</table>
</form>
<br />
<br />