Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/ILIAS/Table/classes/class.ilTable2GUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,7 @@ public function fillHeader(): void
: $column["width"];
$this->tpl->setVariable("TBL_COLUMN_WIDTH", " style=\"width:" . $width . "\"");
}
$this->tpl->setVariable("TXT_SELECTION", $this->lng->txt("tbl_selection"));
$this->tpl->parseCurrentBlock();
continue;
}
Expand Down
2 changes: 1 addition & 1 deletion components/ILIAS/Table/templates/default/tpl.table2.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</td>
<!-- END tbl_header_top_select_all -->
<!-- BEGIN tbl_header_top_select_column -->
<td {TBL_COLUMN_WIDTH}>
<td {TBL_COLUMN_WIDTH}><span class="sr-only">{TXT_SELECTION}</span>
</td>
<!-- END tbl_header_top_select_column -->
<!-- BEGIN tbl_header_no_link -->
Expand Down
1 change: 1 addition & 0 deletions lang/ilias_de.lang
Original file line number Diff line number Diff line change
Expand Up @@ -17077,6 +17077,7 @@ tax#:#tax_tax_settings#:#Taxonomieeinstellungen
tax#:#tax_taxonomy#:#Taxonomie
tbl#:#tbl_export_csv#:#.CSV-Export
tbl#:#tbl_export_excel#:#Excel-Export
tbl#:#tbl_selection#:#Auswahl
tbl#:#tbl_template_create#:#Aktuelle Ansicht speichern
tbl#:#tbl_template_created#:#Die aktuelle Ansicht wurde gespeichert.
tbl#:#tbl_template_delete#:#Gespeicherte Ansicht löschen
Expand Down
1 change: 1 addition & 0 deletions lang/ilias_en.lang
Original file line number Diff line number Diff line change
Expand Up @@ -17078,6 +17078,7 @@ tax#:#tax_tax_settings#:#Taxonomy Settings
tax#:#tax_taxonomy#:#Taxonomy
tbl#:#tbl_export_csv#:#Export CSV
tbl#:#tbl_export_excel#:#Export Excel
tbl#:#tbl_selection#:#Selection
tbl#:#tbl_template_create#:#Save Current View
tbl#:#tbl_template_created#:#The current view has been saved.
tbl#:#tbl_template_delete#:#Delete Saved View
Expand Down