24 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
37 public function __construct($a_parent_obj, $a_parent_cmd, $a_cancel_cmd)
43 $this->
addColumn($lng->txt(
"title"),
"title");
44 $this->
addColumn($lng->txt(
"action"),
"");
45 $this->
setTitle($this->lng->txt(
'select_object_to_link'));
50 $this->
setRowTemplate(
"tpl.il_svy_qpl_material_source_row.html",
"Modules/SurveyQuestionPool");
66 $url_cmd =
"add".strtoupper(
$data[
"item_type"]);
67 $url_type = strtolower(
$data[
"item_type"]);
73 $this->tpl->setVariable(
"TITLE",
$data[
'title']);
74 $this->tpl->setVariable(
"URL_ADD", $url);
75 $this->tpl->setVariable(
"TXT_ADD", $lng->txt(
"add"));