diff options
| author | David M <davidmj@users.sourceforge.net> | 2007-06-02 20:43:47 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2007-06-02 20:43:47 +0000 |
| commit | 6ea019188bae20329cbbd4516fa0f5f536a37453 (patch) | |
| tree | 15eab42406fa21387b5652dbedc667557b7223dd /phpBB/styles | |
| parent | 73e211f102855ea3cdb4082659b5c675bd0b1adc (diff) | |
| download | forums-6ea019188bae20329cbbd4516fa0f5f536a37453.tar forums-6ea019188bae20329cbbd4516fa0f5f536a37453.tar.gz forums-6ea019188bae20329cbbd4516fa0f5f536a37453.tar.bz2 forums-6ea019188bae20329cbbd4516fa0f5f536a37453.tar.xz forums-6ea019188bae20329cbbd4516fa0f5f536a37453.zip | |
MCP? Who uses that... :P
git-svn-id: file:///svn/phpbb/trunk@7706 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/mcp_post.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index dc0ea9f800..9cfaa05db3 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -54,7 +54,7 @@ <p class="author">{MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} {L_POSTED_ON_DATE} {POST_DATE}</p> <!-- IF S_POST_UNAPPROVED --> - <form method="post" id="mcp_approve" action="{S_APPROVE_ACTION}"> + <form method="post" id="mcp_approve" action="{U_APPROVE_ACTION}"> <p class="rules"> <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" /> diff --git a/phpBB/styles/subsilver2/template/mcp_post.html b/phpBB/styles/subsilver2/template/mcp_post.html index bd5a02fed0..5db2ffcc11 100644 --- a/phpBB/styles/subsilver2/template/mcp_post.html +++ b/phpBB/styles/subsilver2/template/mcp_post.html @@ -38,7 +38,7 @@ <br clear="all"/> <!-- ENDIF --> -<!-- IF S_MCP_QUEUE --><form method="post" name="mcp_approve" action="{S_APPROVE_ACTION}"><!-- ELSE --><form method="post" name="mcp_report_details" action="{U_CLOSE_ACTION}"><!-- ENDIF --> +<!-- IF S_MCP_QUEUE --><form method="post" name="mcp_approve" action="{U_APPROVE_ACTION}"><!-- ELSE --><form method="post" name="mcp_report_details" action="{U_CLOSE_ACTION}"><!-- ENDIF --> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"> <tr> |
