2 include_once(
'./Services/Table/classes/class.ilTable2GUI.php');
22 $lng = $DIC->language();
24 parent::__construct($a_parent_obj, $a_parent_cmd);
26 $this->
setId(
'available_roles' . $this->parent_obj->user->getId());
30 $this->
setRowTemplate(
"tpl.available_roles_status_row.html",
"Services/AccessControl");
34 $this->
addColumn(str_replace(
" ",
" ",
$lng->txt(
"info_permission_source")),
"effective_from",
"32%");
35 $this->
addColumn(str_replace(
" ",
" ",
$lng->txt(
"info_permission_origin")),
"original_position");
37 include_once(
'./Services/Link/classes/class.ilLink.php');
52 $img_info =
$lng->txt(
"info_assigned");
55 $img_info =
$lng->txt(
"info_not_assigned");
57 $this->tpl->setVariable(
"IMG_PATH", $img_path);
58 $this->tpl->setVariable(
"IMG_INFO", $img_info);
60 $link =
$ilCtrl->getLinkTargetByClass(
array(
'ilpermissiongui'),
'perm',
'',
true);
61 $this->tpl->setVariable(
"ROLE_LINK", $link);
62 $this->tpl->setVariable(
"TXT_ROLE", $a_set[
"role"]);
64 if ($a_set[
"effective_from"] !=
"") {
65 $this->tpl->setCurrentBlock(
"effective_from");
66 $this->tpl->setVariable(
"EFFECTIVE_FROM_LINK",
ilLink::_getLink($a_set[
"effective_from_ref_id"]));
67 $this->tpl->setVariable(
"TXT_EFFECTIVE_FROM", $a_set[
"effective_from"]);
68 $this->tpl->parseCurrentBlock();
71 if ($a_set[
"original_position_ref_id"] !==
false) {
72 $this->tpl->setCurrentBlock(
"original_position_with_link");
73 $this->tpl->setVariable(
"TXT_ORIGINAL_POSITION_WITH_LINK", $a_set[
"original_position"]);
74 $this->tpl->setVariable(
"ORIGINAL_POSITION_LINK",
ilLink::_getLink($a_set[
"original_position_ref_id"]));
75 $this->tpl->parseCurrentBlock();
77 $this->tpl->setVariable(
"TXT_ORIGINAL_POSITION", $a_set[
"original_position"]);
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
fillRow($a_set)
Fill a single data row.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
Create styles array
The data for the language used.
disable($a_module_name)
diesables particular modules of table
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
setEnableHeader($a_enableheader)
Set Enable Header.
Table for Available Roles in Permission > Permission of User.
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
setLimit($a_limit=0, $a_default_limit=0)