mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
topic type selection moved to template.
git-svn-id: file:///svn/phpbb/trunk@4505 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9c1391b7a2
commit
b8dadd119a
1 changed files with 9 additions and 9 deletions
|
@ -301,7 +301,7 @@ function checkForm()
|
||||||
<!-- IF S_TYPE_TOGGLE -->
|
<!-- IF S_TYPE_TOGGLE -->
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<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} <!-- END topic_type --></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</table></td>
|
</table></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue