diff options
Diffstat (limited to 'templates/admin/adminList.php')
| -rw-r--r-- | templates/admin/adminList.php | 4 |
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> |
