topic type selection moved to template.

git-svn-id: file:///svn/phpbb/trunk@4505 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2003-09-15 21:07:49 +00:00
parent 9c1391b7a2
commit b8dadd119a

View file

@ -301,7 +301,7 @@ function checkForm()
<!-- IF S_TYPE_TOGGLE -->
<tr>
<td></td>
<td class="gen">{S_TYPE_TOGGLE}</td>
<td class="gen"><!-- IF S_EDIT_POST -->{L_CHANGE_TOPIC_TO}<!-- ELSE -->{L_POST_TOPIC_AS}<!-- ENDIF -->: <!-- BEGIN topic_type --><input type="radio" name="topic_type" value="{topic_type.VALUE}"{topic_type.S_CHECKED} />{topic_type.L_TOPIC_TYPE}&nbsp;&nbsp;<!-- END topic_type --></td>
</tr>
<!-- ENDIF -->
</table></td>