aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-10-14 21:29:38 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-10-14 21:29:38 +0000
commitbae0b32d2315f372c4580ddd88f96b4ba7453626 (patch)
tree4f7e2ac9f45e5906ea4d5ebd035aa8cdcc7cf3ec /phpBB/styles
parent15dcba000da61ff9212f0acf9a1a31732d836399 (diff)
downloadforums-bae0b32d2315f372c4580ddd88f96b4ba7453626.tar
forums-bae0b32d2315f372c4580ddd88f96b4ba7453626.tar.gz
forums-bae0b32d2315f372c4580ddd88f96b4ba7453626.tar.bz2
forums-bae0b32d2315f372c4580ddd88f96b4ba7453626.tar.xz
forums-bae0b32d2315f372c4580ddd88f96b4ba7453626.zip
#14762
git-svn-id: file:///svn/phpbb/trunk@8190 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subsilver2/template/mcp_post.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_post.html b/phpBB/styles/subsilver2/template/mcp_post.html
index 36f7eefe04..1b16f8e92b 100644
--- a/phpBB/styles/subsilver2/template/mcp_post.html
+++ b/phpBB/styles/subsilver2/template/mcp_post.html
@@ -2,7 +2,7 @@
<!-- IF S_MCP_REPORT -->
<form method="post" name="mcp_report" action="{U_CLOSE_ACTION}">
-
+
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
<tr>
<th colspan="2" align="center">{L_REPORT_DETAILS}</th>
@@ -95,7 +95,7 @@
<!-- END attachment -->
</table>
<!-- ENDIF -->
-
+
</td>
</tr>
<!-- IF S_POST_UNAPPROVED and S_MCP_QUEUE -->
@@ -127,7 +127,7 @@
<!-- IF S_CAN_CHGPOSTER -->
<tr>
<td class="row1" valign="top"><b class="gen">{L_CHANGE_POSTER}</b></td>
- <td class="row2"><form method="post" name="mcp_chgposter" action="{U_POST_ACTION}"><input class="post" type="text" name="username" value="" /> <input class="btnmain" type="submit" value="{L_CONFIRM}" name="action[chgposter]" /><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span><!-- IF S_USER_SELECT --><br /><select name="u">{S_USER_SELECT}</select> <input type="submit" class="btnmain" name="action[chgposter_ip]" value="{L_CONFIRM}" /><!-- ENDIF --></form></td>
+ <td class="row2"><form method="post" name="mcp_chgposter" action="{U_POST_ACTION}"><input class="post" type="text" name="username" value="" /> <input class="btnmain" type="submit" value="{L_CONFIRM}" name="action[chgposter]" /><br /><span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span><!-- IF S_USER_SELECT --><br /><select name="u">{S_USER_SELECT}</select> <input type="submit" class="btnmain" name="action[chgposter_ip]" value="{L_CONFIRM}" /><!-- ENDIF -->{S_FORM_TOKEN}</form></td>
</tr>
<!-- ENDIF -->
<!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST -->