diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-02-21 01:54:30 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-02-21 01:54:30 +0000 |
commit | d33b04ae6bdbd5812f511a7c0b914232f92a501b (patch) | |
tree | fb27447b794674aaa125c2768aed371006800d93 /phpBB/templates | |
parent | 0101c669cc2cf4efa0a6246e5304463b66d83c35 (diff) | |
download | forums-d33b04ae6bdbd5812f511a7c0b914232f92a501b.tar forums-d33b04ae6bdbd5812f511a7c0b914232f92a501b.tar.gz forums-d33b04ae6bdbd5812f511a7c0b914232f92a501b.tar.bz2 forums-d33b04ae6bdbd5812f511a7c0b914232f92a501b.tar.xz forums-d33b04ae6bdbd5812f511a7c0b914232f92a501b.zip |
Work is in progress on MCP. Resync function now takes into account subforums.
Topics can hopefully be moved. A hell lot of notes have been added.
git-svn-id: file:///svn/phpbb/trunk@3480 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/mcp_move.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/mcp_move.html b/phpBB/templates/subSilver/mcp_move.html index e2a2fd7f37..252c5da549 100644 --- a/phpBB/templates/subSilver/mcp_move.html +++ b/phpBB/templates/subSilver/mcp_move.html @@ -30,7 +30,7 @@ <td> </td> </tr> <tr> - <td align="center"><span class="gen">{L_MOVE_TO_FORUM} <select name="new_forum_id">{S_FORUM_SELECT}</select><br /><br /> + <td align="center"><span class="gen">{L_MOVE_TO_FORUM} <select name="to_forum_id">{S_FORUM_SELECT}</select><br /><br /> <input type="checkbox" name="move_leave_shadow" checked="checked" />{L_LEAVE_SHADOW}<br /> <br /> {MESSAGE_TEXT}</span><br /> |