37 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
38 include_once
"./Modules/Survey/classes/inc.SurveyConstants.php";
56 $this->delete_enabled =
true;
57 $this->cut_enabled =
true;
58 $this->copy_enabled =
true;
59 $this->subscribe_enabled =
true;
60 $this->link_enabled =
false;
61 $this->payment_enabled =
false;
62 $this->info_screen_enabled =
true;
64 $this->gui_class_name =
"ilobjsurveyquestionpoolgui";
67 include_once(
"./Modules/SurveyQuestionPool/classes/class.ilObjSurveyQuestionPoolAccess.php");
68 $this->commands = ilObjSurveyQUestionPoolAccess::_getCommands();
80 function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
99 include_once
"./Services/UICore/classes/class.ilFrameTargetInfo.php";
125 include_once(
"./Modules/SurveyQuestionPool/classes/class.ilObjSurveyQuestionPool.php");
128 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
129 "value" => $lng->txt(
"offline"));
145 $cmd_link =
"ilias.php?baseClass=ilObjSurveyQuestionPoolGUI&ref_id=" . $this->ref_id .
"&cmd=$a_cmd";