aboutsummaryrefslogtreecommitdiff
path: root/templates/admin/adminList.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-16 14:10:34 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-03-16 14:10:34 +0100
commit4f265a61c22ad367d4c5e046ce07e7a5c0c13c64 (patch)
tree983f129cbc04a823ffcb56854898be1e14746d4d /templates/admin/adminList.php
parente9687744733f40f4290111eadeaafa4213132b32 (diff)
fix selection of elements on timesrooms dialog. fixes #6364
Closes #6364 Merge request studip/studip!4822
Diffstat (limited to 'templates/admin/adminList.php')
-rw-r--r--templates/admin/adminList.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/adminList.php b/templates/admin/adminList.php
index a0b7ee0..ee4cccd 100644
--- a/templates/admin/adminList.php
+++ b/templates/admin/adminList.php
@@ -4,5 +4,5 @@
<option title="<?= htmlReady($seminar['VeranstaltungsNummer'] . ' ' . $seminar['Name']) ?>" value="<?= htmlReady($seminar['Seminar_id']) ?>"<?= ($seminar['Seminar_id'] === $course_id ? " selected" : "") ?>><?= htmlReady(my_substr($seminar['Name'],0,30)) ?></option>
<? endforeach ?>
</select>
- <?= Icon::create('accept', 'accept', ['title' => _('Auswählen')])->asInput(["type" => 'image', "class" => 'text-top']) ?>
-</form> \ No newline at end of file
+ <?= Icon::create('accept', 'accept', ['title' => _('Auswählen')])->asInput(["class" => 'text-top']) ?>
+</form>