Просмотр файла minibb11/templates/tools_move_topic.html

Размер файла: 703B
<table align=center width="{$tableParam[0]}" border={$tableParam[5]} cellspacing={$tableParam[7]} cellpadding={$tableParam[6]}>
<tr><td class=cell1>

<p>$l_moveTopic "<b>{$topicTitle}</b>" {$l_to}:
<form action="index.php" method=post class=formStyle>
<input type=hidden name=action value=movetopic2>
<input type=hidden name=topic value="{$topic}">
<input type=hidden name=forum value="{$forum}">
<input type=hidden name=page value="{$page}">
<select name=forumWhere>
{$forumsList}
</select>
<br>
<input type=radio name=dy value=1 checked>{$l_yes} <input type=radio name=dy value=2>{$l_no}
<br>
<input type=submit value="{$l_moveTopic}" class=inputButton>

</form>

</td></tr></table>