4 include_once
'./Services/Table/classes/class.ilTable2GUI.php';
5 include_once
'./Services/Authentication/classes/class.ilAuthLoginPageEditorSettings.php';
22 public function __construct($a_parent_obj, $a_parent_cmd =
"")
26 parent::__construct($a_parent_obj, $a_parent_cmd);
29 $this->lng->loadLanguageModule(
'meta');
39 $installed = $this->lng->getInstalledLanguages();
43 foreach ($installed as
$key => $langkey) {
44 $tbl_data[
$counter][
'key'] = $langkey;
61 $this->tpl->setVariable(
'LANGID', $a_set[
'key']);
62 $this->tpl->setVariable(
'LANGKEY_CHECKED', $a_set[
'status'] ?
'checked="checked' :
'');
63 $this->tpl->setVariable(
'TXT_LANGUAGE', $this->lng->txt(
'meta_l_' . $a_set[
'key']));
65 if ($this->lng->getDefaultLanguage() == $a_set[
'key']) {
66 $this->tpl->setVariable(
'TXT_SYSTEM', $this->lng->txt(
'system_language'));
68 if ($a_set[
'status']) {
70 $this->tpl->setVariable(
'STATUS_ALT', $this->lng->txt(
'active'));
71 $this->tpl->setVariable(
'CHECKED_LANGKEY',
'checked="checked"');
74 $this->tpl->setVariable(
'STATUS_ALT', $this->lng->txt(
'inactive'));
76 $this->tpl->setVariable(
'LINK_TXT', $this->lng->txt(
'edit'));
78 $this->tpl->setVariable(
'LINK_NAME', $ilCtrl->getLinkTargetByClass(
'illoginpagegui',
'edit'));
90 $this->
setFormAction($ilCtrl->getFormAction($this->getParentObject()));
91 $this->
setRowTemplate(
'tpl.auth_login_page_editor_table_row.html',
'Services/Authentication');
92 $this->
setId(
'loginpageeditor');
96 $this->
addColumn($this->lng->txt(
'language'),
'language',
'85%');
97 $this->
addColumn($this->lng->txt(
'active'),
'active',
'5%');
98 $this->
addColumn($this->lng->txt(
'actions'),
'actions',
'10%');
100 $this->
addMultiCommand(
'activate', $this->lng->txt(
'login_page_activate'));
106 $this->
enable(
'select_all');
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
getParentObject()
Get parent object.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
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.
Create styles array
The data for the language used.
fillRow($a_set)
Fill table row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
disable($a_module_name)
diesables particular modules of table
setFormName($a_formname="")
Set Form name.
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.
__construct($a_parent_obj, $a_parent_cmd="")
Constructor.
static lookupId($a_lang_key)
Lookup obj_id of language ilDB $ilDB.
static getInstance()
Get singelton instance.
setSelectAllCheckbox($a_select_all_checkbox)
Set the name of the checkbox that should be toggled with a select all button.