content.contextPut("hasInlineForum", Boolean.TRUE);
content.put("forum", forumCtr.getInitialComponent());
} else {
content.contextPut("hasInlineForum", Boolean.FALSE);
TitleInfo titleInfo = new TitleInfo(translate("dialog.selected.element"), selectedElement.getFilename());
PopupBrowserWindow pbw = ForumUIFactory.getPopupableForumController(ureq, getWindowControl(), forum, forumCallback, titleInfo);
pbw.open(ureq);
}
} else if (command.equals(ACTION_SHOW_FILE)) {
doFileDelivery(ureq, entry.getForumKey());
} else if (command.equals(ACTION_DELETE_ELEMENT)) {