24 include_once(
'./Services/Table/classes/class.ilTable2GUI.php');
58 $this->
setStyle(
'table',
'fullwidth');
63 $this->
addColumn($this->lng->txt(
"file"),
'file',
'');
64 $this->
addColumn($this->lng->txt(
"size"),
'size',
'');
65 $this->
addColumn($this->lng->txt(
"date"),
'date',
'');
70 $this->
addCommandButton(
'cancelDeleteExportFile', $this->lng->txt(
'cancel'));
74 $this->
addMultiCommand(
'downloadExportFile', $this->lng->txt(
'download'));
75 $this->
addMultiCommand(
'confirmDeleteExportFile', $this->lng->txt(
'delete'));
78 'xml' => $this->lng->txt(
'qpl_export_xml'),
79 'xls' => $this->lng->txt(
'qpl_export_excel')
80 ),
'createExportFile', $this->lng->txt(
'create')
84 $this->
setRowTemplate(
"tpl.il_as_qpl_export_row.html",
"Modules/TestQuestionPool");
86 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj, $a_parent_cmd));
100 $this->
enable(
'select_all');
114 if (!$this->confirmdelete)
116 $this->tpl->setCurrentBlock(
'checkbox');
117 $this->tpl->setVariable(
'CB_ID', $this->counter);
119 $this->tpl->parseCurrentBlock();
123 $this->tpl->setCurrentBlock(
'hidden');
125 $this->tpl->parseCurrentBlock();
127 $this->tpl->setVariable(
'CB_ID', $this->counter);
128 $this->tpl->setVariable(
"PHRASE",
$data[
"phrase"]);
130 $this->tpl->setVariable(
"SIZE",
$data[
"size"]);
131 $this->tpl->setVariable(
"DATE",
$data[
"date"]);