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 | |
| 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.
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_move.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/mcp_move.html | 2 |
2 files changed, 2 insertions, 2 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"> diff --git a/phpBB/styles/subsilver2/template/mcp_move.html b/phpBB/styles/subsilver2/template/mcp_move.html index ccfe5ecd4d..b8958187e6 100644 --- a/phpBB/styles/subsilver2/template/mcp_move.html +++ b/phpBB/styles/subsilver2/template/mcp_move.html @@ -17,7 +17,7 @@ <span class="gen"><br />{L_SELECT_DESTINATION_FORUM} </span> <select name="to_forum_id">{S_FORUM_SELECT}</select><br /> <!-- IF S_CAN_LEAVE_SHADOW --> - <input type="checkbox" class="radio" name="move_leave_shadow" checked="checked" /><span class="gen">{L_LEAVE_SHADOW}</span><br /> + <input type="checkbox" class="radio" name="move_leave_shadow" /><span class="gen">{L_LEAVE_SHADOW}</span><br /> <!-- ENDIF --> <!-- IF S_CAN_LOCK_TOPIC --> <input type="checkbox" class="radio" name="move_lock_topics" /><span class="gen">{L_LOCK_TOPIC}</span><br /> |
