34 include_once(
'Services/Table/classes/class.ilTable2GUI.php');
 
   56                 $this->
addColumn($this->lng->txt(
'filename'),
'filename',
"60%");
 
   57                 $this->
addColumn($this->lng->txt(
'filesize'),
'filesize',
"20%");
 
   58                 $this->
addColumn($this->lng->txt(
'filetype'),
'filetype',
"20%");
 
   60                 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj));
 
   75                 $this->tpl->setVariable(
'VAL_ID',$a_set[
'id']);
 
   76                 $this->tpl->setVariable(
'VAL_FILENAME',$a_set[
'filename']);
 
   77                 $this->tpl->setVariable(
'VAL_FILETYPE',$a_set[
'filetype']);
 
   78                 $this->tpl->setVariable(
'VAL_FILESIZE',$a_set[
'filesize']);