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;
63 $this->gui_class_name =
"ilobjsurveyquestionpoolgui";
66 include_once(
"./Modules/SurveyQuestionPool/classes/class.ilObjSurveyQuestionPoolAccess.php");
67 $this->commands = ilObjSurveyQUestionPoolAccess::_getCommands();
79 function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
98 include_once
"./classes/class.ilFrameTargetInfo.php";
120 global
$lng, $ilUser;
124 include_once(
"./Modules/SurveyQuestionPool/classes/class.ilObjSurveyQuestionPool.php");
127 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
128 "value" => $lng->txt(
"offline"));
144 $cmd_link =
"ilias.php?baseClass=ilObjSurveyQuestionPoolGUI&ref_id=" . $this->ref_id .
"&cmd=$a_cmd";