diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-16 14:10:34 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-16 14:10:34 +0100 |
| commit | 4f265a61c22ad367d4c5e046ce07e7a5c0c13c64 (patch) | |
| tree | 983f129cbc04a823ffcb56854898be1e14746d4d /app/views/admin/autoinsert/manual.php | |
| parent | e9687744733f40f4290111eadeaafa4213132b32 (diff) | |
fix selection of elements on timesrooms dialog. fixes #6364
Closes #6364
Merge request studip/studip!4822
Diffstat (limited to 'app/views/admin/autoinsert/manual.php')
| -rw-r--r-- | app/views/admin/autoinsert/manual.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/autoinsert/manual.php b/app/views/admin/autoinsert/manual.php index b739967..8b73101 100644 --- a/app/views/admin/autoinsert/manual.php +++ b/app/views/admin/autoinsert/manual.php @@ -79,7 +79,6 @@ </select> <?= Icon::create('add')->asInput([ 'title' => _('Filter hinzufügen'), - 'type' => 'image', 'class' => 'middle', 'name' => 'add_filter', ]) ?> @@ -106,7 +105,6 @@ <label for="<?= $type ?>"><b><?= $available_filtertypes[$type] ?></b></label> <?= Icon::create('remove')->asInput([ 'title' => _('Filter entfernen'), - 'type' => 'image', 'class' => 'middle', 'name' => "remove_filter[{$type}]", ]) ?> @@ -161,7 +159,6 @@ <?= Studip\Button::create(_('Eintragen'), 'submit') ?> <?= Icon::create('question-circle')->asInput([ 'title' => _('Vorschau'), - 'type' => 'image', 'style' => 'vertical-align: middle;', 'name' => 'preview' ]) ?> |
