Beispiel #1
0
 /**
  * Show status panel
  */
 protected function showStatus($a_section)
 {
     include_once './Modules/Course/classes/Objectives/class.ilLOEditorStatus.php';
     $status = new ilLOEditorStatus($this->getParentObject());
     $status->setSection($a_section);
     $status->setCmdClass($this);
     $GLOBALS['tpl']->setRightContent($status->getHTML());
 }