Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit a80b9bd

Browse files
committed
Merge pull request #12 from flameo/Fehlende_Labels
Aria Label fuer Gruppenzuordnung eingefügt refs # 3379
2 parents 4540e71 + aa13d0f commit a80b9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/meine_seminare/groups.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</td>
7474
<? for ($i = 0; $i < 9; $i++): ?>
7575
<td class="gruppe<?= $i ?>">
76-
<input type="radio" name="gruppe[<?= $member['seminar_id'] ?>]" value="<?= $i ?>"
76+
<input type="radio" name="gruppe[<?= $member['seminar_id'] ?>]" value="<?= $i ?>" aria-label="<?=_('Zugeordnet zu Gruppe ') . $i ?>"
7777
<? if ($my_sem[$member['seminar_id']]['gruppe'] == $i) echo 'checked'; ?>>
7878
</td>
7979
<? endfor; ?>

0 commit comments

Comments
 (0)