4include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
 
   24                $this->ref_id = $a_ref_id;
 
   26                parent::__construct($a_parent_obj, $a_parent_cmd);
 
   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"]))
 
   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"]);
 
static _getIcon($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
static lookupTxt($a_mod_prefix, $a_pl_id, $a_lang_var)
Lookup language text.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
setEnableHeader($a_enableheader)
Set Enable Header.
setEnableTitle($a_enabletitle)
Set Enable Title.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
setSelectAllCheckbox($a_select_all_checkbox)
Set the name of the checkbox that should be toggled with a select all button.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
fillRow($a_set)
Fill table row.
static img($a_src, $a_alt="", $a_width="", $a_height="", $a_border=0, $a_id="", $a_class="")
Build img tag.