Skip to content
Snippets Groups Projects
Commit 654d6b93 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #1723

Closes #1723

Merge request studip/studip!2140
parent d2f83897
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@
<td>
<input type="checkbox" class="select-resource"
value="<?= htmlReady($resource->id) ?>"
aria-label="<?= sprintf(_('%s auswählen'), htmlReady($show_full_name ? $resource->getFullName() : $resource->name)) ?>"
<?= arrayToHtmlAttributes($checkbox_data) ?>>
</td>
<? endif ?>
......
......@@ -14,7 +14,8 @@
<th>
<input type="checkbox" class="proxy"
data-proxyfor="input[name='building_ids[]']"
data-activates="form.building-list button.bulk-action">
data-activates="form.building-list button.bulk-action"
aria-label="<?= _('Alle Gebäude auswählen') ?>">
</th>
<th><?= _('Name') ?></th>
<th><?= _('Nummer') ?></th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment