diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-16 19:12:00 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-16 19:12:00 +0000 |
commit | 311c0d8e4f22d39d8d726186874f3d9f656d5c42 (patch) | |
tree | a01a613b50dd8a8129e906d8a2feb7baf1f9c62b /phpBB/adm | |
parent | d08d844325a7bced5bada96960453745bde9345f (diff) | |
download | forums-311c0d8e4f22d39d8d726186874f3d9f656d5c42.tar forums-311c0d8e4f22d39d8d726186874f3d9f656d5c42.tar.gz forums-311c0d8e4f22d39d8d726186874f3d9f656d5c42.tar.bz2 forums-311c0d8e4f22d39d8d726186874f3d9f656d5c42.tar.xz forums-311c0d8e4f22d39d8d726186874f3d9f656d5c42.zip |
if the forum is originally postable the type actions are displayed if wanted to switch to category or link.
git-svn-id: file:///svn/phpbb/trunk@6592 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-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 --> |