mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-41075 Remove "Choose..." option from participants page.
This commit is contained in:
parent
2f4e0db7c3
commit
97b659a13f
@ -206,7 +206,7 @@
|
||||
unset($courselist[SITEID]);
|
||||
$courselist = array(SITEID => format_string($SITE->shortname, true, array('context' => $systemcontext))) + $courselist;
|
||||
}
|
||||
$select = new single_select($popupurl, 'id', $courselist, $course->id, array(''=>'choosedots'), 'courseform');
|
||||
$select = new single_select($popupurl, 'id', $courselist, $course->id, null, 'courseform');
|
||||
$select->set_label(get_string('mycourses'));
|
||||
$controlstable->data[0]->cells[] = $OUTPUT->render($select);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user