4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
43 $this->ctrl = $this->dic->ctrl();
44 $this->lng = $this->dic->language();
45 $this->access = $this->dic->access();
46 $this->rbacsystem = $this->dic->rbac()->system();
48 $lng = $this->dic->language();
49 $ilAccess = $this->dic->access();
50 $lng = $this->dic->language();
56 include_once(
"./Services/Administration/classes/class.ilSettingsTemplate.php");
58 $this->
setTitle(
$lng->txt(
"adm_settings_templates") .
" - " .
62 $this->
addColumn($this->lng->txt(
"title"),
"title");
63 $this->
addColumn($this->lng->txt(
"description"));
64 $this->
addColumn($this->lng->txt(
"actions"));
68 "tpl.settings_template_row.html",
69 "Services/Administration" 72 if ($this->rbacsystem->checkAccess(
'write',
$_GET[
'ref_id'])) {
86 $ilCtrl->setParameter($this->parent_obj,
"templ_id", $a_set[
"id"]);
87 $this->tpl->setVariable(
"VAL_ID", $a_set[
"id"]);
91 if ($this->rbacsystem->checkAccess(
'write',
$_GET[
'ref_id'])) {
93 $this->tpl->setVariable(
"TXT_EDIT",
$lng->txt(
"edit"));
94 $this->tpl->setVariable(
96 $ilCtrl->getLinkTarget($this->parent_obj,
"editSettingsTemplate")
99 $ilCtrl->setParameter($this->parent_obj,
"templ_id",
"");
static getAllSettingsTemplates($a_type, $a_include_auto_generated=false)
Get all settings templates of type.
fillRow($a_set)
Fill table row.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
static translate($a_title_desc)
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.
__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.
Settings templates table.
__construct($a_parent_obj, $a_parent_cmd, $a_type)
Constructor.