6 include_once(
"Services/Table/classes/class.ilTable2GUI.php");
40 $this->current_version = $a_parent_obj->object->getVersion();
43 $lng->loadLanguageModule(
"file");
46 $this->
setRowTemplate(
"tpl.file_version_row.html",
"Modules/File");
54 if (!$this->confirmDelete) {
60 if (!$this->confirmDelete) {
69 $this->
addColumn(
$lng->txt(
"filesize"),
"",
"",
false,
"ilRight");
71 if (!$this->confirmDelete) {
78 if (!$this->confirmDelete) {
92 protected function fillRow($a_set)
97 $ilAccess = $DIC[
'ilAccess'];
99 $hist_id = $a_set[
"hist_entry_id"];
103 $version = $a_set[
"version"];
104 $rollback_version = $a_set[
"rollback_version"];
105 $rollback_user_id = $a_set[
"rollback_user_id"];
109 $username = trim(
$name[
"title"] .
" " .
$name[
"firstname"] .
" " .
$name[
"lastname"]);
115 $object = $this->parent_obj->object;
116 $directory = LegacyPathHelper::createRelativePath($object->getDirectory($version));
119 if ($DIC->filesystem()->storage()->has($filepath)) {
120 $size = $filesize = $DIC->filesystem()->storage()->getSize($filepath, \
ILIAS\Data\DataSize::Byte);
121 $filesize =
$size->getSize();
125 $action =
$lng->txt(
"file_version_" . $a_set[
"action"]);
126 if ($a_set[
"action"] ==
"rollback") {
128 $rollback_username = trim($name[
"title"] .
" " . $name[
"firstname"] .
" " . $name[
"lastname"]);
129 $action = sprintf($action, $rollback_version, $rollback_username);
133 $ilCtrl->setParameter($this->parent_obj,
"hist_id", $hist_id);
134 $link =
$ilCtrl->getLinkTarget($this->parent_obj,
"sendfile");
137 include_once(
"Services/UIComponent/AdvancedSelectionList/classes/class.ilAdvancedSelectionListGUI.php");
139 $actions->setId($hist_id);
140 $actions->setListTitle(
$lng->txt(
"actions"));
141 $actions->addItem(
$lng->txt(
"delete"),
"",
$ilCtrl->getLinkTarget($this->parent_obj,
"deleteVersions"));
142 if ($this->current_version != $version) {
143 $actions->addItem(
$lng->txt(
"file_rollback"),
"",
$ilCtrl->getLinkTarget($this->parent_obj,
"rollbackVersion"));
147 $ilCtrl->setParameter($this->parent_obj,
"hist_id",
"");
150 $this->tpl->setVariable(
"TXT_VERSION", $version);
152 $this->tpl->setVariable(
"TXT_UPLOADED_BY", $username);
153 $this->tpl->setVariable(
"DL_LINK", $link);
154 $this->tpl->setVariable(
"TXT_FILENAME",
$filename);
158 if (!$this->confirmDelete) {
159 $this->tpl->setCurrentBlock(
"version_selection");
160 $this->tpl->setVariable(
"OBJ_ID", $hist_id);
161 $this->tpl->parseCurrentBlock();
163 $this->tpl->setCurrentBlock(
"version_txt_actions");
164 $this->tpl->setVariable(
"TXT_ACTION", $action);
165 $this->tpl->parseCurrentBlock();
167 $this->tpl->setCurrentBlock(
"version_actions");
168 $this->tpl->setVariable(
"ACTIONS", $actions->getHTML());
169 $this->tpl->parseCurrentBlock();
171 $this->tpl->setCurrentBlock(
"version_id");
172 $this->tpl->setVariable(
"OBJ_ID", $hist_id);
173 $this->tpl->parseCurrentBlock();
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
static _lookupName($a_user_id)
lookup user name
__construct(ilFileVersionsGUI $a_parent_obj, $a_parent_cmd, $confirmDelete=false)
ilFileVersionTableGUI constructor.
Class ChatMainBarProvider .
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
disable($a_module_name)
diesables particular modules of table
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
setEnableHeader($a_enableheader)
Set Enable Header.
fillRow($a_set)
Standard Version of Fill Row.
static formatSize($size, $a_mode='short', $a_lng=null)
Returns the specified file size value in a human friendly form.
Class ilFileVersionTableGUI.
static getValidFilename($a_filename)
Get valid filename.
setLimit($a_limit=0, $a_default_limit=0)