4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
5 require_once(
'./Services/Repository/classes/class.ilObjectPlugin.php');
53 $this->access = $DIC->access();
54 $this->obj_definition = $DIC[
"objDefinition"];
57 $this->logger = $DIC->logger()->rep();
59 $this->
setId(self::TABLE_BASE_ID);
62 $this->lng->loadLanguageModule(
'rep');
71 $this->lng->txt(
'rep_trash_table_title') .
' "' .
76 $this->
addColumn($this->lng->txt(
'type'),
'type');
77 $this->
addColumn($this->lng->txt(
'title'),
'title');
78 $this->
addColumn($this->lng->txt(
'rep_trash_table_col_deleted_by'),
'deleted_by');
79 $this->
addColumn($this->lng->txt(
'rep_trash_table_col_deleted_on'),
'deleted');
80 $this->
addColumn($this->lng->txt(
'rep_trash_table_col_num_subs'),
'');
92 $this->
setFormAction($this->ctrl->getFormAction($this->getParentObject()));
94 $this->
setRowTemplate(
'tpl.trash_list_row.html',
'Services/Repository');
97 $this->
addMultiCommand(
'undelete', $this->lng->txt(
'btn_undelete_origin_location'));
98 $this->
addMultiCommand(
'restoreToNewLocation', $this->lng->txt(
'btn_undelete_new_location'));
99 $this->
addMultiCommand(
'confirmRemoveFromSystem', $this->lng->txt(
'btn_remove_system'));
111 $type = new \ilMultiSelectInputGUI(
112 $this->lng->txt(
'type'),
120 $this->lng->txt(
'type')
123 $this->current_filter[
'type'] = $type->getValue();
129 $this->lng->txt(
'title')
131 $this->current_filter[
'title'] =
$title->getValue();
137 $this->lng->txt(
'rep_trash_table_col_deleted_by')
139 $this->current_filter[
'deleted_by'] = $deleted_by->getValue();
145 $this->lng->txt(
'rep_trash_table_col_deleted_on')
147 $this->current_filter[
'deleted'] = $deleted->getValue();
157 $max_trash_entries = 0;
159 $trash_tree_reader = new \ilTreeTrashQueries();
160 $items = $trash_tree_reader->getTrashNodeForContainer(
162 $this->current_filter,
173 foreach ($items as $item) {
174 $row[
'id'] = $item->getRefId();
175 $row[
'obj_id'] = $item->getObjId();
176 $row[
'type'] = $item->getType();
177 $row[
'title'] = $item->getTitle();
178 $row[
'description'] = $item->getDescription();
179 $row[
'deleted_by_id'] = $item->getDeletedBy();
180 $row[
'deleted_by'] = $this->lng->txt(
'rep_trash_deleted_by_unknown');
182 $row[
'deleted_by'] =
$login;
184 $row[
'deleted'] = $item->getDeleted();
185 $row[
'num_subs'] = $trash_tree_reader->getNumberOfTrashedNodesForTrashedContainer($item->getRefId());
199 $this->tpl->setVariable(
'ID', $row[
'id']);
200 $this->tpl->setVariable(
'VAL_TITLE', $row[
'title']);
201 if (strlen(trim($row[
'description']))) {
202 $this->tpl->setCurrentBlock(
'with_desc');
203 $this->tpl->setVariable(
'VAL_DESC', $row[
'description']);
204 $this->tpl->parseCurrentBlock();
207 $this->tpl->setCurrentBlock(
'with_path');
209 $path->enableTextOnly(
false);
210 $this->tpl->setVariable(
'PATH', $path->getPath($this->ref_id, $row[
'id']));
211 $this->tpl->parseCurrentBlock();
219 $alt = ($this->obj_definition->isPlugin($row[
'type']))
221 : $this->lng->txt(
'icon') .
' ' . $this->lng->txt(
'obj_' . $row[
'type'])
223 $this->tpl->setVariable(
'IMG_PATH',
$img);
224 $this->tpl->setVariable(
'IMG_ALT', $alt);
227 $this->tpl->setVariable(
'VAL_DELETED_BY', $row[
'deleted_by']);
231 $this->tpl->setVariable(
'VAL_SUBS', (
string) (
int) $row[
'num_subs']);
239 $trash = new \ilTreeTrashQueries();
240 $subs = $trash->getTrashedNodeTypesForContainer($this->ref_id);
244 foreach ($subs as
$type) {
245 if ($type ==
'rolf') {
248 if ($type ==
'root') {
252 if (!$this->obj_definition->isRBACObject($type)) {
255 $options[
$type] = $this->lng->txt(
'objs_' . $type);
257 asort($options, SORT_LOCALE_STRING);
258 array_unshift($options, $this->lng->txt(
'select_one'));
static _getIcon( $a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
static _lookupLogin($a_user_id)
lookup login
Creates a path for a start and endnode.
setExternalSorting($a_val)
Set external sorting.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
static lookupTxtById($plugin_id, $lang_var)
setEnableNumInfo($a_val)
Set enable num info.
setExternalSegmentation($a_val)
Set external segmentation.
addFilterItemByMetaType($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=null)
Add filter by standard type.
static _lookupTitle($a_id)
lookup object title
setDefaultFilterVisiblity($a_status)
Set default filter visiblity.
getOrderDirection()
Get order direction.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
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.
static _lookupObjId($a_id)
addMultiCommand($a_cmd, $a_text)
Add Command button.
enable($a_module_name)
enables particular modules of table
setRowTemplate($a_template, $a_template_dir="")
Set row template.
__construct($a_parent_obj, $a_parent_cmd, int $ref_id)
ilTrashTableGUI constructor.
determineOffsetAndOrder($a_omit_offset=false)
Determine offset and order.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__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.
setMaxCount($a_max_count)
set max.
setEnableTitle($a_enabletitle)
Set Enable Title.