diff options
author | David M <davidmj@users.sourceforge.net> | 2007-08-06 23:03:45 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-08-06 23:03:45 +0000 |
commit | ffcdb3e2454ff9c6d6701894064b9d188ec1f2a0 (patch) | |
tree | 68c29235e5a426f90fa4a274ea4dc42b7338d23c | |
parent | aa3e36eb8a1e08123ebcbf901c82b2602fdacde1 (diff) | |
download | forums-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
5 files changed, 9 insertions, 11 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_header.html b/phpBB/styles/subsilver2/template/mcp_header.html index eea9dffe58..7db7c31d5b 100644 --- a/phpBB/styles/subsilver2/template/mcp_header.html +++ b/phpBB/styles/subsilver2/template/mcp_header.html @@ -66,7 +66,7 @@ <table class="tablebg" width="100%" cellspacing="1"> <tr> - <th><b>{L_PLEASE_CONFIRM}</b></th> + <th>{L_PLEASE_CONFIRM}</th> </tr> <tr> <td class="row1" align="center"><span class="gen"><br />{CONFIRM_MESSAGE}<br /><br />{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="confirm" value="{L_YES}" /> <input class="btnlite" type="submit" name="cancel" value="{L_NO}" /><br /><br /></span></td> diff --git a/phpBB/styles/subsilver2/template/mcp_notes_user.html b/phpBB/styles/subsilver2/template/mcp_notes_user.html index fdc3bcd094..895c0d35e6 100644 --- a/phpBB/styles/subsilver2/template/mcp_notes_user.html +++ b/phpBB/styles/subsilver2/template/mcp_notes_user.html @@ -99,6 +99,7 @@ </tr> <tr> <td class="row3" align="center" colspan="2"><span class="genmed">{L_ADD_FEEDBACK_EXPLAIN}</span></td> +</tr> <tr> <td colspan="2" class="row1" align="center"><textarea name="usernote" rows="10" cols="76"></textarea></td> </tr> 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> diff --git a/phpBB/styles/subsilver2/template/mcp_viewlogs.html b/phpBB/styles/subsilver2/template/mcp_viewlogs.html index 785cada6bb..8f5a0753fb 100644 --- a/phpBB/styles/subsilver2/template/mcp_viewlogs.html +++ b/phpBB/styles/subsilver2/template/mcp_viewlogs.html @@ -38,10 +38,10 @@ <td class="row1" colspan="<!-- IF S_TOPIC_ID -->4<!-- ELSE -->5<!-- ENDIF -->" align="center"><span class="gen">{L_NO_ENTRIES}</span></td> </tr> <!-- END log --> -</form> - </table> +</form> + <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td class="nav" align="{S_CONTENT_FLOW_BEGIN}" valign="middle">{PAGE_NUMBER}</td> diff --git a/phpBB/styles/subsilver2/template/mcp_warn_user.html b/phpBB/styles/subsilver2/template/mcp_warn_user.html index 254f020db1..96ad4fb1a6 100644 --- a/phpBB/styles/subsilver2/template/mcp_warn_user.html +++ b/phpBB/styles/subsilver2/template/mcp_warn_user.html @@ -54,6 +54,7 @@ </tr> <tr> <td class="row3" align="center"><span class="genmed">{L_ADD_WARNING_EXPLAIN}</span></td> +</tr> <tr> <td class="row1" align="center"><textarea name="warning" rows="10" cols="76"></textarea></td> </tr> |