mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10312] Un-check the shadow option while moving.
Don't create a shadow topic by default when moving a topic the user should have the option to do this but it shouldn't be done by default. PHPBB3-10312
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<span class="gen"><br />{L_SELECT_DESTINATION_FORUM} </span>
|
||||
<select name="to_forum_id">{S_FORUM_SELECT}</select><br />
|
||||
<!-- IF S_CAN_LEAVE_SHADOW -->
|
||||
<input type="checkbox" class="radio" name="move_leave_shadow" checked="checked" /><span class="gen">{L_LEAVE_SHADOW}</span><br />
|
||||
<input type="checkbox" class="radio" name="move_leave_shadow" /><span class="gen">{L_LEAVE_SHADOW}</span><br />
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_CAN_LOCK_TOPIC -->
|
||||
<input type="checkbox" class="radio" name="move_lock_topics" checked="checked" /><span class="gen">{L_LOCK_TOPIC}</span><br />
|
||||
|
Reference in New Issue
Block a user