diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2010-08-18 19:43:05 -0400 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2011-01-30 01:23:20 +0100 |
| commit | b526fb96784bb657626bb2c11cc9c4d2603350f2 (patch) | |
| tree | 6293dee6d4cea9175f1c4a48fc9c4d9946657920 /phpBB/styles/prosilver/template/mcp_move.html | |
| parent | bafe3d9484037049a766fc1f9d728979d2d0483a (diff) | |
| download | forums-b526fb96784bb657626bb2c11cc9c4d2603350f2.tar forums-b526fb96784bb657626bb2c11cc9c4d2603350f2.tar.gz forums-b526fb96784bb657626bb2c11cc9c4d2603350f2.tar.bz2 forums-b526fb96784bb657626bb2c11cc9c4d2603350f2.tar.xz forums-b526fb96784bb657626bb2c11cc9c4d2603350f2.zip | |
[ticket/8065] Add an option to lock topics while moving them.
PHPBB3-8065
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_move.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_move.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_move.html b/phpBB/styles/prosilver/template/mcp_move.html index 8b32af3c32..5c8dcf9165 100644 --- a/phpBB/styles/prosilver/template/mcp_move.html +++ b/phpBB/styles/prosilver/template/mcp_move.html @@ -14,6 +14,7 @@ <dt><label>{L_SELECT_DESTINATION_FORUM}:</label></dt> <dd><select name="to_forum_id">{S_FORUM_SELECT}</select></dd> <!-- IF S_CAN_LEAVE_SHADOW --><dd><label for="move_leave_shadow"><input type="checkbox" name="move_leave_shadow" id="move_leave_shadow" checked="checked" />{L_LEAVE_SHADOW}</label></dd><!-- ENDIF --> + <!-- IF S_CAN_LOCK_TOPIC --><dd><label for="move_lock_topics"><input type="checkbox" name="move_lock_topics" id="move_lock_topics" />{L_LOCK_TOPIC}</label></dd><!-- ENDIF --> </dl> <dl class="fields2"> <dt> </dt> |
