diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_post.html')
-rw-r--r-- | phpBB/styles/subSilver/template/mcp_post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_post.html b/phpBB/styles/subSilver/template/mcp_post.html index 6a1d7e8147..ecd0bc7c80 100644 --- a/phpBB/styles/subSilver/template/mcp_post.html +++ b/phpBB/styles/subSilver/template/mcp_post.html @@ -33,7 +33,7 @@ </tr> <!-- IF S_POST_UNAPPROVED --> <tr> - <td class="cat" align="center" colspan="2"><input class="btnmain" type="submit" value="{L_APPROVE}" name="mode[approve]" /> <input class="btnlite" type="submit" value="{L_DISAPPROVE}" name="mode[disapprove]" /></td> + <td class="cat" align="center" colspan="2"><input class="btnmain" type="submit" value="{L_APPROVE}" name="action[approve]" /> <input class="btnlite" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" /></td> </tr> <input type="hidden" name="post_id_list[]" value="{POST_ID}" /> <!-- ENDIF --> |