From bf2b4a81d331c086e362a8cbcf3358324325c012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=A8rejean?= Date: Wed, 10 Aug 2011 17:17:13 +0200 Subject: [PATCH] [ticket/10316] Resolve inconsistent move topic behavior When moving a topic you can straight away lock it, when using proSilver this checkbox is unchecked by default. subSilver2 however has this checked. Change subSilver2 to not check the box by default and behave as proSilver does. PHPBB3-10316 --- phpBB/styles/subsilver2/template/mcp_move.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/subsilver2/template/mcp_move.html b/phpBB/styles/subsilver2/template/mcp_move.html index c1027cdbf3..ccfe5ecd4d 100644 --- a/phpBB/styles/subsilver2/template/mcp_move.html +++ b/phpBB/styles/subsilver2/template/mcp_move.html @@ -20,7 +20,7 @@ {L_LEAVE_SHADOW}
- {L_LOCK_TOPIC}
+ {L_LOCK_TOPIC}

{S_HIDDEN_FIELDS}{MESSAGE_TEXT}