Skip to content
Snippets Groups Projects
Commit 707ddf6a authored by David Siegfried's avatar David Siegfried
Browse files

open course-wizard in dialog, closes #1455

Closes #1455

Merge request studip/studip!905
parent 3e6c589e
No related branches found
No related tags found
No related merge requests found
......@@ -883,7 +883,7 @@ class MyCoursesController extends AuthenticatedController
_('Neue Veranstaltung anlegen'),
URLHelper::getURL('dispatch.php/course/wizard'),
Icon::create('seminar+add')
);
)->asDialog();
}
$setting_widget->addLink(
......@@ -896,7 +896,7 @@ class MyCoursesController extends AuthenticatedController
_('Neue Studiengruppe anlegen'),
URLHelper::getURL('dispatch.php/course/wizard', ['studygroup' => 1]),
Icon::create('studygroup+add')
)->asDialog('size=auto');
)->asDialog();
}
$this->setGroupingSelector($group_field);
......
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