aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-08-17 13:09:54 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-08-17 13:09:54 +0000
commitd42e5a71d23093a4cce4b1a56b7482670258476d (patch)
treeb01f5edcb87082950b4b0e215202cdffa913fae5 /phpBB/styles/prosilver/template/mcp_front.html
parentSome rewording. (diff)
downloadphpbb-d42e5a71d23093a4cce4b1a56b7482670258476d.tar.gz
phpbb-d42e5a71d23093a4cce4b1a56b7482670258476d.tar.bz2
phpbb-d42e5a71d23093a4cce4b1a56b7482670258476d.zip
Fix bug #49625 - Performing actions in Main MCP tab does not return correctly
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10002 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_front.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_front.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html
index c0d5fc815c..0891948fb6 100644
--- a/phpBB/styles/prosilver/template/mcp_front.html
+++ b/phpBB/styles/prosilver/template/mcp_front.html
@@ -51,6 +51,7 @@
<!-- IF .unapproved -->
<fieldset class="display-actions">
+ {S_HIDDEN_FIELDS}
<input class="button2" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" />&nbsp;
<input class="button1" type="submit" name="action[approve]" value="{L_APPROVE}" />
<div><a href="#" onclick="marklist('mcp_queue', 'post_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp_queue', 'post_id_list', false); return false;">{L_UNMARK_ALL}</a></div>