5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
24 parent::__construct($a_parent_obj, $a_parent_cmd);
27 $style_arr = explode(
":",
$_GET[
"style_id"]);
28 $this->skin_id = $style_arr[0];
29 $this->style_id = $style_arr[1];
32 $this->
setTitle($lng->txt(
"sty_cat_assignments").
", ".
33 $this->skin_id.
"/".$this->style_id);
36 $this->
addColumn($this->lng->txt(
"sty_substyle"));
37 $this->
addColumn($this->lng->txt(
"obj_cat"));
40 $this->
setRowTemplate(
"tpl.sty_cat_ass_row.html",
"Services/Style");
42 $this->
addMultiCommand(
"deleteSysStyleCatAssignments", $lng->txt(
"delete"));
64 $this->tpl->setVariable(
"REF_ID", $a_set[
"ref_id"]);
65 $this->tpl->setVariable(
"SUBSTYLE", $a_set[
"substyle"]);
66 $this->tpl->setVariable(
"CATEGORY",
getStyleCatAssignments()
Get style assignments.
static _lookupTitle($a_id)
lookup object title
TableGUI class for system style to category assignments.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
static _lookupObjId($a_id)
addMultiCommand($a_cmd, $a_text)
Add Command button.
static getSystemStyleCategoryAssignments($a_skin_id, $a_style_id)
Get all system style category assignments.
fillRow($a_set)
Fill table row.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
setFormAction($a_form_action)
Set Form action parameter.