aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMichaela Brückner <brueckner@data-quest.de>2024-05-02 16:29:07 +0000
committerAndré Noack <noack@data-quest.de>2024-05-02 16:29:07 +0000
commit2b25082b266b650d9a0496a2a25468484b40efce (patch)
tree1ac6d92b74fd09aef24f18e368e0b0fa0c9fb8fa /app
parent42d1af6c5e3dfcead050cf42aa5bea81f72ea701 (diff)
Resolve "Datentabellen im Bereich "Forum" sind nicht korrekt aufgebaut/beschriftet"
Closes #4089 Merge request studip/studip!2933
Diffstat (limited to 'app')
-rw-r--r--app/views/course/forum/index/_areas.php7
-rw-r--r--app/views/course/members/accepted_list.php2
-rw-r--r--app/views/course/members/autor_list.php2
-rw-r--r--app/views/course/members/awaiting_list.php2
-rw-r--r--app/views/course/members/dozent_list.php2
-rw-r--r--app/views/course/members/tutor_list.php2
-rw-r--r--app/views/course/members/user_list.php2
7 files changed, 10 insertions, 9 deletions
diff --git a/app/views/course/forum/index/_areas.php b/app/views/course/forum/index/_areas.php
index 11f32be..4f4fa0f 100644
--- a/app/views/course/forum/index/_areas.php
+++ b/app/views/course/forum/index/_areas.php
@@ -46,17 +46,18 @@
<col>
<col>
<col class="hidden-tiny-down">
- <col>
+ <col style="width: 20px">
</colgroup>
<thead>
<tr>
- <th colspan="2"> <?= _('Name des Bereichs') ?></th>
+ <th></th>
+ <th> <?= _('Name des Bereichs') ?></th>
<th data-type="answers"><?= _("Beiträge") ?></th>
<th data-type="last_posting" class="hidden-tiny-down">
<?= _("letzte Antwort") ?>
</th>
- <th></th>
+ <th> <?= _('Aktionen') ?> </th>
</tr>
</thead>
diff --git a/app/views/course/members/accepted_list.php b/app/views/course/members/accepted_list.php
index 7b34ef3..8bcd5f8 100644
--- a/app/views/course/members/accepted_list.php
+++ b/app/views/course/members/accepted_list.php
@@ -39,7 +39,7 @@
type="checkbox" name="all" value="1" data-proxyfor=":checkbox[name^=accepted]">
</th>
<? endif ?>
- <th></th>
+ <th><p class="sr-only"><?= _('Nummer') ?></p></th>
<th <?if ($sort_by === 'nachname' && $sort_status === 'accepted') printf('class="sort%s"', $order); ?>>
<? $order = $sort_status !== 'accepted' ? 'desc' : $order; ?>
<a href="<?= URLHelper::getLink(sprintf(
diff --git a/app/views/course/members/autor_list.php b/app/views/course/members/autor_list.php
index 0464d47..e19868f 100644
--- a/app/views/course/members/autor_list.php
+++ b/app/views/course/members/autor_list.php
@@ -48,7 +48,7 @@
type="checkbox" name="all" value="1" data-proxyfor=":checkbox[name^=autor]">
</th>
<? endif ?>
- <th></th>
+ <th><p class="sr-only"><?= _('Nummer') ?></p></th>
<th <? if ($sort_by === 'nachname' && $sort_status === 'autor') printf('class="sort%s"', $order); ?>>
<? $order = $sort_status !== 'autor' ? 'desc' : $order; ?>
<a href="<?= URLHelper::getLink(sprintf(
diff --git a/app/views/course/members/awaiting_list.php b/app/views/course/members/awaiting_list.php
index b8c1e08..86e76b7 100644
--- a/app/views/course/members/awaiting_list.php
+++ b/app/views/course/members/awaiting_list.php
@@ -36,7 +36,7 @@
data-activates="#action_awaiting,button[name='submit_awaiting']">
</th>
<? endif ?>
- <th></th>
+ <th><p class="sr-only"><?= _('Nummer') ?></p></th>
<th <? if ($sort_by === 'nachname' && $sort_status === $waiting_type) printf('class="sort%s"', $order); ?>>
<a href="<?= URLHelper::getLink(sprintf(
"?sortby=nachname&sort_status={$waiting_type}&order=%s&toggle=%s#awaiting",
diff --git a/app/views/course/members/dozent_list.php b/app/views/course/members/dozent_list.php
index 9b11d07..a2bae4e 100644
--- a/app/views/course/members/dozent_list.php
+++ b/app/views/course/members/dozent_list.php
@@ -25,7 +25,7 @@
</colgroup>
<thead>
<tr class="sortable">
- <th></th>
+ <th><p class="sr-only"><?= _('Nummer') ?></p></th>
<th <? if ($sort_by === 'nachname' && $sort_status === 'dozent') printf('class="sort%s"', $order); ?>>
<? $order = $sort_status !== 'dozent' ? 'desc' : $order; ?>
<a href="<?= URLHelper::getLink(sprintf(
diff --git a/app/views/course/members/tutor_list.php b/app/views/course/members/tutor_list.php
index 6af208c..a8d46c6 100644
--- a/app/views/course/members/tutor_list.php
+++ b/app/views/course/members/tutor_list.php
@@ -43,7 +43,7 @@
type="checkbox" name="all" value="1" data-proxyfor=":checkbox[name^=tutor]">
</th>
<? endif ?>
- <th></th>
+ <th><p class="sr-only"><?= _('Nummer') ?></p></th>
<th <? if ($sort_by === 'nachname' && $sort_status === 'tutor') printf('class="sort%s"', $order); ?>>
<? $order = $sort_status !== 'tutor' ? 'desc' : $order; ?>
<a href="<?= URLHelper::getLink(sprintf(
diff --git a/app/views/course/members/user_list.php b/app/views/course/members/user_list.php
index 9b2acea..04da780 100644
--- a/app/views/course/members/user_list.php
+++ b/app/views/course/members/user_list.php
@@ -43,7 +43,7 @@
type="checkbox" name="all" value="1" data-proxyfor=":checkbox[name^=user]">
</th>
<? endif ?>
- <th></th>
+ <th><p class="sr-only"><?= _('Nummer') ?></p></th>
<th <? if ($sort_by === 'nachname' && $sort_status === 'user') printf('class="sort%s"', $order); ?>>
<? $order = $sort_status !== 'user' ? 'desc' : $order; ?>
<a href="<?= URLHelper::getLink(sprintf(