diff options
Diffstat (limited to 'phpBB/adm/style/acp_forums.html')
-rw-r--r-- | phpBB/adm/style/acp_forums.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 07fc28e414..d46753c2a0 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -52,8 +52,10 @@ */ onload = function() { - <!-- IF S_FORUM_POST --> - dE('type_actions', -1); + <!-- IF not S_ADD_ACTION and S_FORUM_ORIG_POST --> + <!-- IF S_FORUM_POST --> + dE('type_actions', -1); + <!-- ENDIF --> <!-- ENDIF --> <!-- IF not S_FORUM_POST --> |