mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[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
This commit is contained in:
parent
4754e11d67
commit
bf2b4a81d3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<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 />
|
||||
<input type="checkbox" class="radio" name="move_lock_topics" /><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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue