aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-01-30 10:44:29 +0100
committerAndreas Fischer <bantu@phpbb.com>2011-01-30 13:30:18 +0100
commitcfab695f3ac39b19dc8e61f1e6a03c92107f102f (patch)
treee1d251682bae63ee890174d3af5dee82933eccda /phpBB
parentb526fb96784bb657626bb2c11cc9c4d2603350f2 (diff)
downloadforums-cfab695f3ac39b19dc8e61f1e6a03c92107f102f.tar
forums-cfab695f3ac39b19dc8e61f1e6a03c92107f102f.tar.gz
forums-cfab695f3ac39b19dc8e61f1e6a03c92107f102f.tar.bz2
forums-cfab695f3ac39b19dc8e61f1e6a03c92107f102f.tar.xz
forums-cfab695f3ac39b19dc8e61f1e6a03c92107f102f.zip
[ticket/8065] Option to lock topics while moving them: Add subsilver2 changes.
PHPBB3-8065
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/subsilver2/template/mcp_move.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_move.html b/phpBB/styles/subsilver2/template/mcp_move.html
index db7a6e7241..c1027cdbf3 100644
--- a/phpBB/styles/subsilver2/template/mcp_move.html
+++ b/phpBB/styles/subsilver2/template/mcp_move.html
@@ -19,6 +19,9 @@
<!-- IF S_CAN_LEAVE_SHADOW -->
<input type="checkbox" class="radio" name="move_leave_shadow" checked="checked" /><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 />
+ <!-- ENDIF -->
<br />{S_HIDDEN_FIELDS}<span class="gen">{MESSAGE_TEXT}</span><br /><br />
<input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" />&nbsp;&nbsp;<input type="submit" name="cancel" value="{L_NO}" class="btnlite" />
<!-- ELSE -->