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(
"confirmRemoveFromSystem", $lng->txt(
"btn_remove_system"));
 
   53                 global 
$lng, $objDefinition;
 
   58                         $alt = ($objDefinition->isPlugin($a_set[
"type"]))
 
   59                                 ? $lng->txt(
"icon").
" ".
ilPlugin::lookupTxt(
"rep_robj", $a_set[
"type"], 
"obj_".$a_set[
"type"])
 
   60                                 : $lng->txt(
"icon").
" ".$lng->txt(
"obj_".$a_set[
"type"]);
 
   64                 $this->tpl->setVariable(
"ID", $a_set[
"ref_id"]);
 
   65                 $this->tpl->setVariable(
"VAL_TITLE", $a_set[
"title"]);
 
   66                 $this->tpl->setVariable(
"VAL_LAST_CHANGE", $a_set[
"last_update"]);