32 string $a_parent_cmd =
"" 36 $this->
ctrl = $DIC->ctrl();
37 $this->
lng = $DIC->language();
38 $this->
access = $DIC->access();
39 $ilCtrl = $DIC->ctrl();
40 $lng = $DIC->language();
42 $this->
setId(
"ilCOPgHistoryTable");
52 $this->
setRowTemplate(
"tpl.page_history_row.html",
"components/ILIAS/COPage");
65 if ($a_field ==
"sortkey") {
75 protected function fillRow(array $a_set): void
82 if ($a_set[
"nr"] > 0) {
83 $ilCtrl->setParameter($this->
getParentObject(),
"old_nr", $a_set[
"nr"]);
84 $this->tpl->setCurrentBlock(
"command");
85 $this->tpl->setVariable(
"TXT_COMMAND",
$lng->
txt(
"cont_rollback"));
86 $this->tpl->setVariable(
88 $ilCtrl->getLinkTarget($this->getParentObject(),
"rollbackConfirmation")
90 $this->tpl->parseCurrentBlock();
94 if (!$this->rselect) {
95 $this->tpl->setVariable(
"RSELECT",
'checked="checked"');
96 $this->rselect =
true;
97 } elseif (!$this->lselect) {
98 $this->tpl->setVariable(
"LSELECT",
'checked="checked"');
99 $this->lselect =
true;
103 $this->tpl->setVariable(
"NR", $a_set[
"nr"]);
104 $this->tpl->setVariable(
109 $ilCtrl->setParameter($this->
getParentObject(),
"old_nr", $a_set[
"nr"]);
111 $this->tpl->setVariable(
113 $ilCtrl->getLinkTarget($this->getParentObject(),
"preview")
120 $this->tpl->setVariable(
"TXT_USER", $name_pres);
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
fillRow(array $a_set)
Standard Version of Fill Row.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link='', bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $a_return_data_array=false, $a_ctrl_path='ilpublicuserprofilegui')
Default behaviour is:
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(Container $dic, ilPlugin $plugin)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
addMultiCommand(string $a_cmd, string $a_text)
numericOrdering(string $a_field)
Should this field be sorted numeric?
__construct(object $a_parent_obj, string $a_parent_cmd="")