12 require_once(
"classes/class.ilExplorer.php");
44 $this->role_desk_obj =& $role_desk_item_obj;
48 $this->root_id = $this->tree->readRootId();
49 $this->order_column =
"title";
55 #$this->addFilter('fold');
64 $this->ctrl->setParameterByClass(
'ilobjrolegui',
'item_id',$a_node_id);
65 return $this->ctrl->getLinkTargetByClass(
'ilobjrolegui',
'assignDesktopItem');
78 return $rbacsystem->checkAccess(
'write',$a_ref_id) and !$this->role_desk_obj->isAssigned($a_ref_id);
87 return $rbacsystem->checkAccess(
'read',$a_ref_id);
106 $tpl->setCurrentBlock(
"text");
107 $tpl->setVariable(
"OBJ_TITLE", $lng->txt(
"repository"));
108 $tpl->parseCurrentBlock();
110 $tpl->setCurrentBlock(
"row");
111 $tpl->parseCurrentBlock();
113 $this->output[] =
$tpl->get();