<br />
<title>
{$lang['Management_Subjects']}
- {$lang['mov_Subject']}
</title>
<form method="post" action="index.php?page=management&subject=1&section={$section}&operator=tools_thread" name="form1" method="post">
<table align="center" border="0" cellspacing="1" class="border" width="50%">
<tr align="center">
<td class="tcat" width="50%">
{$lang['mov_Subjects_to']}
</td>
</tr>
<tr align="center">
<td class="row1" width="50%">
<input TYPE="hidden" name="id_section" value="{$section_id}" />
<select size="1" name="section" id="section_id">
{Des::foreach}{forums_list}{forum}
{if {$forum['parent']} == 0}
<option value="{$forum['id']}" disabled="disabled">- {$forum['title']}</option>
{else}
<option value="{$forum['id']}" selected="selected">-- {$forum['title']}</option>
{/if}
{if {$forum['parent']} != 0}
{if {$forum['linksection']} != '1'}
{if {$forum['is_sub']}}
{$forum['sub']}
{if {$forum['is_sub_sub']}}
{$forum['sub_sub']}
{/if}
{/if}
{/if}
{/if}
{/Des::foreach}
</select>
<input name="movethreadstart" type="submit" value="{$lang['mov_Subjects']}" />
</td>
</tr>
</table>