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
This commit is contained in:
Meik Sievertsen 2006-11-16 19:12:00 +00:00
parent d08d844325
commit 311c0d8e4f

View file

@ -52,9 +52,11 @@
*/ */
onload = function() onload = function()
{ {
<!-- IF not S_ADD_ACTION and S_FORUM_ORIG_POST -->
<!-- IF S_FORUM_POST --> <!-- IF S_FORUM_POST -->
dE('type_actions', -1); dE('type_actions', -1);
<!-- ENDIF --> <!-- ENDIF -->
<!-- ENDIF -->
<!-- IF not S_FORUM_POST --> <!-- IF not S_FORUM_POST -->
dE('forum_post_options', -1); dE('forum_post_options', -1);