4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
 
   24                 $this->
setId(
"admsettemp".$a_type);
 
   28                 include_once(
"./Services/Administration/classes/class.ilSettingsTemplate.php");
 
   30                 $this->
setTitle($lng->txt(
"adm_settings_templates").
" - ".
 
   31                         $lng->txt(
"obj_".$a_type));
 
   34                 $this->
addColumn($this->lng->txt(
"title"), 
"title");
 
   35                 $this->
addColumn($this->lng->txt(
"description"));
 
   36                 $this->
addColumn($this->lng->txt(
"actions"));
 
   40                         "Services/Administration");
 
   42                 $this->
addMultiCommand(
"confirmSettingsTemplateDeletion", $lng->txt(
"delete"));
 
   53                 $ilCtrl->setParameter($this->parent_obj, 
"templ_id", $a_set[
"id"]);
 
   54                 $this->tpl->setVariable(
"VAL_ID", $a_set[
"id"]);
 
   55                 $this->tpl->setVariable(
"VAL_TITLE", $a_set[
"title"]);
 
   56                 $this->tpl->setVariable(
"VAL_DESCRIPTION", $a_set[
"description"]);
 
   57                 $this->tpl->setVariable(
"TXT_EDIT", $lng->txt(
"edit"));
 
   58                 $this->tpl->setVariable(
"HREF_EDIT",
 
   59                         $ilCtrl->getLinkTarget($this->parent_obj, 
"editSettingsTemplate"));
 
   60                 $ilCtrl->setParameter($this->parent_obj, 
"templ_id", 
"");