Skip to content

Commit b7281d3

Browse files
alex40724BettyFromHH
authored andcommitted
44583: First column heading in a table has no heading
1 parent 3c1556c commit b7281d3

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

components/ILIAS/Table/classes/class.ilTable2GUI.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,7 @@ public function fillHeader(): void
10591059
: $column["width"];
10601060
$this->tpl->setVariable("TBL_COLUMN_WIDTH", " style=\"width:" . $width . "\"");
10611061
}
1062+
$this->tpl->setVariable("TXT_SELECTION", $this->lng->txt("tbl_selection"));
10621063
$this->tpl->parseCurrentBlock();
10631064
continue;
10641065
}

components/ILIAS/Table/templates/default/tpl.table2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
</td>
134134
<!-- END tbl_header_top_select_all -->
135135
<!-- BEGIN tbl_header_top_select_column -->
136-
<td {TBL_COLUMN_WIDTH}>
136+
<td {TBL_COLUMN_WIDTH}><span class="sr-only">{TXT_SELECTION}</span>
137137
</td>
138138
<!-- END tbl_header_top_select_column -->
139139
<!-- BEGIN tbl_header_no_link -->

lang/ilias_de.lang

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17208,6 +17208,12 @@ tax#:#tax_tax_settings#:#Taxonomieeinstellungen
1720817208
tax#:#tax_taxonomy#:#Taxonomie
1720917209
tbl#:#tbl_export_csv#:#.CSV-Export
1721017210
tbl#:#tbl_export_excel#:#Excel-Export
17211+
tbl#:#tbl_selection#:#Auswahl
17212+
tbl#:#tbl_template_create#:#Aktuelle Ansicht speichern
17213+
tbl#:#tbl_template_created#:#Die aktuelle Ansicht wurde gespeichert.
17214+
tbl#:#tbl_template_delete#:#Gespeicherte Ansicht löschen
17215+
tbl#:#tbl_template_deleted#:#Die gespeicherte Ansicht wurde gelöscht.
17216+
tbl#:#tbl_templates#:#Ansicht
1721117217
tos#:#tos_accept_usr_agreement_anonymous#:#Nutzungsvereinbarung
1721217218
tos#:#tos_accept_usr_agreement_anonymous_intro#:#Bevor Sie zu ILIAS wechseln, akzeptieren Sie die folgende Nutzungsvereinbarung.
1721317219
tos#:#tos_account_reg_not_possible#:#Eine Selbstregistrierung ist aktuell nicht möglich, da keine Nutzungsvereinbarung angeboten wird. Bitte kontaktieren Sie die <a href="%1$s">technische Betreuung</a> für weitere Informationen.

lang/ilias_en.lang

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17160,6 +17160,12 @@ tax#:#tax_tax_settings#:#Taxonomy Settings
1716017160
tax#:#tax_taxonomy#:#Taxonomy
1716117161
tbl#:#tbl_export_csv#:#Export CSV
1716217162
tbl#:#tbl_export_excel#:#Export Excel
17163+
tbl#:#tbl_selection#:#Selection
17164+
tbl#:#tbl_template_create#:#Save Current View
17165+
tbl#:#tbl_template_created#:#The current view has been saved.
17166+
tbl#:#tbl_template_delete#:#Delete Saved View
17167+
tbl#:#tbl_template_deleted#:#The saved view has been deleted.
17168+
tbl#:#tbl_templates#:#View
1716317169
tos#:#tos_accept_usr_agreement_anonymous#:#Terms of Service
1716417170
tos#:#tos_accept_usr_agreement_anonymous_intro#:#Before you proceed to ILIAS you accept the following Terms of Service.
1716517171
tos#:#tos_account_reg_not_possible#:#Self-registration is currently not possible because there is no Terms of Service agreement available. Please contact your <a href="%1$s">system administrator</a> for further information.

0 commit comments

Comments
 (0)