13 use \ILIAS\Modules\OrgUnit\ARHelper\DIC;
23 parent::__construct($parent_gui);
24 $this->
setTitle($this->lng()->txt(
'bibl_settings_libraries'));
25 $this->
setId(
'bibl_libraries_tbl');
29 $this->
setRowTemplate(
'tpl.bibl_settings_lib_list_row.html',
'Modules/Bibliographic');
38 $this->tpl->setVariable(
'VAL_LIBRARY_NAME', $a_set[
'name']);
39 $this->tpl->setVariable(
'VAL_LIBRARY_URL', $a_set[
'url']);
40 $this->tpl->setVariable(
'VAL_LIBRARY_IMG', $a_set[
'img']);
42 if ($this->checkPermissionBoolAndReturn(
'write')) {
45 $current_selection_list->setListTitle($this->lng->txt(
"actions"));
46 $current_selection_list->setId($a_set[
'id']);
47 $current_selection_list->addItem(
52 $current_selection_list->addItem(
57 $this->tpl->setVariable(
'VAL_ACTIONS', $current_selection_list->getHTML());
59 $this->tpl->setVariable(
'VAL_ACTIONS',
" ");
66 $this->
addColumn($this->lng()->txt(
'bibl_library_name'),
'',
'30%');
67 $this->
addColumn($this->lng()->txt(
'bibl_library_url'),
'' .
'30%');
68 $this->
addColumn($this->lng()->txt(
'bibl_library_img'),
'',
'30%');
69 $this->
addColumn($this->lng()->txt(
'actions'),
'',
'8%');
setEnableNumInfo($a_val)
Set enable num info.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
Bibliographic ilBiblLibraryTableGUI.
getFormAction()
Get Form action parameter.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
User interface class for advanced drop-down selection lists.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
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(ilBiblLibraryGUI $parent_gui)
ilObjBibliographicAdminTableGUI constructor.