24 include_once(
'Services/Table/classes/class.ilTable2GUI.php');
53 $this->
addColumn($this->lng->txt(
'title'),
'title',
"70%");
54 $this->
addColumn($this->lng->txt(
'context'),
'context',
"30%");
56 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj));
57 $this->
setRowTemplate(
"tpl.show_role_selection_row.html",
"Services/AccessControl");
72 $this->tpl->setVariable(
'VAL_ID',$a_set[
'id']);
73 $this->tpl->setVariable(
'VAL_TITLE',$a_set[
'title']);
74 if(strlen($a_set[
'description']))
76 $this->tpl->setVariable(
'VAL_DESC',$a_set[
'description']);
79 $this->tpl->setVariable(
'VAL_CONTEXT',$a_set[
'context']);
94 include_once
'./Services/AccessControl/classes/class.ilObjRole.php';
95 foreach($entries as $entry)
97 $tmp_arr[
'id'] = $entry[
'obj_id'];
102 $records_arr[] = $tmp_arr;
105 $this->
setData($records_arr ? $records_arr : array());