diff options
Diffstat (limited to 'prosilver/template/mcp_post.html')
-rw-r--r-- | prosilver/template/mcp_post.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prosilver/template/mcp_post.html b/prosilver/template/mcp_post.html index 9d4997e..f8403ff 100644 --- a/prosilver/template/mcp_post.html +++ b/prosilver/template/mcp_post.html @@ -74,6 +74,7 @@ <p class="rules"> <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" /> <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" /> + <!-- IF not S_FIRST_POST --><input type="hidden" name="mode" value="unapproved_posts" /><!-- ENDIF --> <input type="hidden" name="post_id_list[]" value="{POST_ID}" /> {S_FORM_TOKEN} </p> |