diff --git a/views/copy/info.php b/views/copy/info.php index 5d4e0f422618c8f13e9cb493bfe33dc36b6f27c6..178d6608b476dd05decf5ae00937910edd712a42 100755 --- a/views/copy/info.php +++ b/views/copy/info.php @@ -60,6 +60,23 @@ </fieldset> + <? if (is_object($single_course)) : ?> + <fieldset> + <legend> + <?= _("Veranstaltungsname") ?> + </legend> + + <label> + <?= _("Name der neuen Veranstaltung") ?> + <input type="text" + required + name="single_course_name" + value="<?= $single_course->name ?>"> + </label> + + </fieldset> + <? endif ?> + <fieldset> <legend> <?= _("Termine") ?>