mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 04:08:51 +00:00
Merge remote-tracking branch 'erikfrerejean/ticket/10316' into develop
* erikfrerejean/ticket/10316: [ticket/10316] Resolve inconsistent move topic behavior
This commit is contained in:
commit
04f03c5ff1
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