Skip to content
Snippets Groups Projects
Commit 43d9d711 authored by Thomas Hackl's avatar Thomas Hackl
Browse files

open assign form in dialog, fixes #2999

parent 1716e9bf
No related branches found
No related tags found
No related merge requests found
...@@ -491,7 +491,10 @@ class Admin_CoursesController extends AuthenticatedController ...@@ -491,7 +491,10 @@ class Admin_CoursesController extends AuthenticatedController
'<input type="checkbox" data-proxyfor=".course-admin td:last-child :checkbox"></label>'; '<input type="checkbox" data-proxyfor=".course-admin td:last-child :checkbox"></label>';
$data['buttons_bottom'] = (string) \Studip\Button::createAccept( $data['buttons_bottom'] = (string) \Studip\Button::createAccept(
_('Mehrfachzuordnung von Studienbereichen'), 'batch_assign_semtree', _('Mehrfachzuordnung von Studienbereichen'), 'batch_assign_semtree',
['formaction' => URLHelper::getURL('dispatch.php/admin/tree/batch_assign_semtree')]); [
'formaction' => URLHelper::getURL('dispatch.php/admin/tree/batch_assign_semtree'),
'data-dialog' => 'size=big'
]);
break; break;
default: default:
foreach (PluginManager::getInstance()->getPlugins('AdminCourseAction') as $plugin) { foreach (PluginManager::getInstance()->getPlugins('AdminCourseAction') as $plugin) {
......
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