diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2011-08-16 18:36:22 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2011-08-16 18:36:22 +0200 |
| commit | 9589fbffe4cdad9fa35df2597c21fc0753ed1d52 (patch) | |
| tree | 2218a16d40ba0cfd372d23f2ced7583a18fc906c /phpBB/styles/prosilver | |
| parent | 04f03c5ff19dade1975c05cd6c7ca70d27b68889 (diff) | |
| parent | e9c43704448f6145f788ea11898ab84d15e50318 (diff) | |
| download | forums-9589fbffe4cdad9fa35df2597c21fc0753ed1d52.tar forums-9589fbffe4cdad9fa35df2597c21fc0753ed1d52.tar.gz forums-9589fbffe4cdad9fa35df2597c21fc0753ed1d52.tar.bz2 forums-9589fbffe4cdad9fa35df2597c21fc0753ed1d52.tar.xz forums-9589fbffe4cdad9fa35df2597c21fc0753ed1d52.zip | |
Merge remote-tracking branch 'erikfrerejean/ticket/10312' into develop
* erikfrerejean/ticket/10312:
[ticket/10312] Un-check the shadow option while moving.
Diffstat (limited to 'phpBB/styles/prosilver')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_move.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_move.html b/phpBB/styles/prosilver/template/mcp_move.html index 5c8dcf9165..03a5c475db 100644 --- a/phpBB/styles/prosilver/template/mcp_move.html +++ b/phpBB/styles/prosilver/template/mcp_move.html @@ -13,7 +13,7 @@ <dl class="fields2"> <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_LEAVE_SHADOW --><dd><label for="move_leave_shadow"><input type="checkbox" name="move_leave_shadow" id="move_leave_shadow" />{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"> |
