aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/mcp_post.html
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-08-06 23:03:45 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-08-06 23:03:45 +0000
commitffcdb3e2454ff9c6d6701894064b9d188ec1f2a0 (patch)
tree68c29235e5a426f90fa4a274ea4dc42b7338d23c /phpBB/styles/subsilver2/template/mcp_post.html
parentaa3e36eb8a1e08123ebcbf901c82b2602fdacde1 (diff)
downloadforums-ffcdb3e2454ff9c6d6701894064b9d188ec1f2a0.tar
forums-ffcdb3e2454ff9c6d6701894064b9d188ec1f2a0.tar.gz
forums-ffcdb3e2454ff9c6d6701894064b9d188ec1f2a0.tar.bz2
forums-ffcdb3e2454ff9c6d6701894064b9d188ec1f2a0.tar.xz
forums-ffcdb3e2454ff9c6d6701894064b9d188ec1f2a0.zip
#14018
git-svn-id: file:///svn/phpbb/trunk@8013 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_post.html')
-rw-r--r--phpBB/styles/subsilver2/template/mcp_post.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_post.html b/phpBB/styles/subsilver2/template/mcp_post.html
index 5db2ffcc11..2c1d464d9a 100644
--- a/phpBB/styles/subsilver2/template/mcp_post.html
+++ b/phpBB/styles/subsilver2/template/mcp_post.html
@@ -125,18 +125,14 @@
</tr>
<!-- IF S_CAN_CHGPOSTER -->
<tr>
- <form method="post" name="mcp_chgposter" action="{U_POST_ACTION}">
- <td class="row1" valign="top"><b class="gen">{L_CHANGE_POSTER}</b></td>
- <td class="row2"><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(); 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 --></td>
- </form>
+ <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(); 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>
</tr>
<!-- ENDIF -->
<!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST -->
<tr>
- <form method="post" name="mcp" action="{U_MCP_ACTION}">
- <td class="row1" valign="top"><b class="gen">{L_MOD_OPTIONS}</b></td>
- <td class="row2"><select name="action"><!-- IF S_CAN_LOCK_POST --><!-- IF S_POST_LOCKED --><option value="unlock_post">{L_UNLOCK_POST} [{L_UNLOCK_POST_EXPLAIN}]</option><!-- ELSE --><option value="lock_post">{L_LOCK_POST} [{L_LOCK_POST_EXPLAIN}]</option><!-- ENDIF --><!-- ENDIF --><!-- IF S_CAN_DELETE_POST --><option value="delete_post">{L_DELETE_POST}</option><!-- ENDIF --></select> <input class="btnmain" type="submit" value="{L_SUBMIT}" /></td>
- </form>
+ <td class="row1" valign="top"><b class="gen">{L_MOD_OPTIONS}</b></td>
+ <td class="row2"><form method="post" name="mcp" action="{U_MCP_ACTION}"><select name="action"><!-- IF S_CAN_LOCK_POST --><!-- IF S_POST_LOCKED --><option value="unlock_post">{L_UNLOCK_POST} [{L_UNLOCK_POST_EXPLAIN}]</option><!-- ELSE --><option value="lock_post">{L_LOCK_POST} [{L_LOCK_POST_EXPLAIN}]</option><!-- ENDIF --><!-- ENDIF --><!-- IF S_CAN_DELETE_POST --><option value="delete_post">{L_DELETE_POST}</option><!-- ENDIF --></select> <input class="btnmain" type="submit" value="{L_SUBMIT}" /></form></td>
</tr>
<!-- ENDIF -->
</table>