aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-11-27 23:18:27 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-11-27 23:18:27 +0000
commitda4f6d99de01f773e579b0463dd4d2f0a10fc871 (patch)
treea2e39e24f4ff5a69014118606027b6c6cd1a1bdb /phpBB/styles
parent91dcddbd0b12ed9cccc224fb7b08ee7ae8853a84 (diff)
downloadforums-da4f6d99de01f773e579b0463dd4d2f0a10fc871.tar
forums-da4f6d99de01f773e579b0463dd4d2f0a10fc871.tar.gz
forums-da4f6d99de01f773e579b0463dd4d2f0a10fc871.tar.bz2
forums-da4f6d99de01f773e579b0463dd4d2f0a10fc871.tar.xz
forums-da4f6d99de01f773e579b0463dd4d2f0a10fc871.zip
Oops, I almost forgot this one
git-svn-id: file:///svn/phpbb/trunk@4691 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/template/mcp_move.html16
1 files changed, 5 insertions, 11 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_move.html b/phpBB/styles/subSilver/template/mcp_move.html
index 876f061fea..a4cfc1d6c8 100644
--- a/phpBB/styles/subSilver/template/mcp_move.html
+++ b/phpBB/styles/subSilver/template/mcp_move.html
@@ -1,14 +1,8 @@
<!-- $Id$ -->
-<!-- INCLUDE overall_header.html -->
+<!-- INCLUDE mcp_header.html -->
-<form action="{S_MCP_ACTION}" name="main" method="post">{S_HIDDEN_FIELDS}<table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
- <tr>
- <td align="left" class="nav"><a href="{U_INDEX}">{L_INDEX}</a></td>
- </tr>
-</table>
-
-<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
- <tr>
+<form action="{S_MCP_ACTION}" name="mcp" method="post">{S_HIDDEN_FIELDS}<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center">
+ <tr>
<th height="28" valign="middle">{L_MODE_TITLE}</th>
</tr>
<tr>
@@ -18,7 +12,7 @@
</tr>
<tr>
<td align="center"><span class="gen"><!-- IF L_MODE_EXPLAIN -->{L_MODE_EXPLAIN}<br /><br /><!-- ENDIF -->{L_SELECT_DESTINATION_FORUM}&nbsp;&nbsp;</span><select name="to_forum_id">{S_FORUM_SELECT}</select><br /><br />
- <!-- IF S_LEAVE_SHADOW --><input type="checkbox" name="move_leave_shadow" checked="checked" /><span class="gen">{L_LEAVE_SHADOW}</span><br /><br /><!-- ENDIF -->
+ <!-- IF S_CAN_LEAVE_SHADOW --><input type="checkbox" name="move_leave_shadow" checked="checked" /><span class="gen">{L_LEAVE_SHADOW}</span><br /><br /><!-- ENDIF -->
<input class="btnmain" type="submit" name="confirm" value="{L_CONFIRM}" />
&nbsp;&nbsp;
<input class="btnlite" type="submit" name="cancel" value="{L_CANCEL}" />
@@ -32,4 +26,4 @@
</table>
</form>
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE mcp_footer.html --> \ No newline at end of file