24 include_once(
'./Services/Table/classes/class.ilTable2GUI.php');
54 $this->
setStyle(
'table',
'fullwidth');
57 $this->
addColumn($this->lng->txt(
"title"),
'title',
'');
58 $this->
addColumn($this->lng->txt(
"description"),
'description',
'');
60 $this->
setTitle($this->lng->txt(
'search_groups'),
'icon_grp.gif', $this->lng->txt(
'grp'));
62 $this->
setRowTemplate(
"tpl.il_svy_svy_invite_groups_row.html",
"Modules/Survey");
66 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj, $a_parent_cmd));
75 $this->
enable(
'select_all');
87 $this->tpl->setVariable(
"GROUP_ID",
$data[
'ref_id']);
88 $this->tpl->setVariable(
"TITLE",
$data[
'title']);
89 $this->tpl->setVariable(
"DESCRIPTION",
$data[
'description']);