2 include_once(
'./Services/Table/classes/class.ilTable2GUI.php');
25 $this->
setId(
"adopt_permission_".$a_parent_obj->obj_id);
27 $this->
addColumn($lng->txt(
"title"),
"title",
"70%");
28 $this->
addColumn($lng->txt(
"type"),
"type",
"30%");
32 "Services/AccessControl");
45 $this->tpl->setVariable(
"PARAM",
"adopt");
46 $this->tpl->setVariable(
"VAL_ID", $a_set[
"role_id"]);
47 $this->tpl->setVariable(
"VAL_TITLE", $a_set[
"role_name"]);
48 if(strlen($a_set[
"role_desc"]))
50 $this->tpl->setVariable(
"VAL_DESCRIPTION", $a_set[
"role_desc"]);
52 $this->tpl->setVariable(
"VAL_TYPE", $a_set[
"type"]);