aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/mcp_move.html
diff options
context:
space:
mode:
authorErik Frèrejean <erikfrerejean@phpbb.com>2011-08-10 14:42:05 +0200
committerErik Frèrejean <erikfrerejean@phpbb.com>2011-08-10 14:42:05 +0200
commite9c43704448f6145f788ea11898ab84d15e50318 (patch)
tree83e5805b48359d9406b8a232384f3175a0182e4a /phpBB/styles/subsilver2/template/mcp_move.html
parent4754e11d67da22f2c4674a5f8d8c39af6a8e7ca1 (diff)
downloadforums-e9c43704448f6145f788ea11898ab84d15e50318.tar
forums-e9c43704448f6145f788ea11898ab84d15e50318.tar.gz
forums-e9c43704448f6145f788ea11898ab84d15e50318.tar.bz2
forums-e9c43704448f6145f788ea11898ab84d15e50318.tar.xz
forums-e9c43704448f6145f788ea11898ab84d15e50318.zip
[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
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_move.html')
-rw-r--r--phpBB/styles/subsilver2/template/mcp_move.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_move.html b/phpBB/styles/subsilver2/template/mcp_move.html
index c1027cdbf3..72a53f7bdb 100644
--- a/phpBB/styles/subsilver2/template/mcp_move.html
+++ b/phpBB/styles/subsilver2/template/mcp_move.html
@@ -17,7 +17,7 @@
<span class="gen"><br />{L_SELECT_DESTINATION_FORUM}&nbsp;&nbsp;</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 />