diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_move.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/mcp_move.html | 3 | 
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" />  <input type="submit" name="cancel" value="{L_NO}" class="btnlite" />  			<!-- ELSE -->  | 
