4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
24 $this->ref_id = $a_ref_id;
29 $this->
addColumn($this->lng->txt(
""),
"",
"1", 1);
30 $this->
addColumn($this->lng->txt(
"type"),
"",
"1");
31 $this->
addColumn($this->lng->txt(
"title"),
"title");
32 $this->
addColumn($this->lng->txt(
"last_change"),
"last_update");
39 $this->
setRowTemplate(
"tpl.trash_list_row.html",
"Services/Repository");
45 $this->
addMultiCommand(
"removeFromSystem", $lng->txt(
"btn_remove_system"));
54 global
$lng, $objDefinition;
59 $alt = ($objDefinition->isPlugin($a_set[
"type"]))
60 ? $lng->txt(
"icon").
" ".
ilPlugin::lookupTxt(
"rep_robj", $a_set[
"type"],
"obj_".$a_set[
"type"])
61 : $lng->txt(
"icon").
" ".$lng->txt(
"obj_".$a_set[
"type"]);
65 $this->tpl->setVariable(
"ID", $a_set[
"ref_id"]);
66 $this->tpl->setVariable(
"VAL_TITLE", $a_set[
"title"]);
67 $this->tpl->setVariable(
"VAL_LAST_CHANGE", $a_set[
"last_update"]);