mirror of
https://github.com/moodle/moodle.git
synced 2025-06-05 07:35:09 +02:00
MDL-38552 forms: IMS CP content section expanded by default
This commit is contained in:
parent
7112729206
commit
b7fc9d5a26
@ -49,6 +49,7 @@ class mod_imscp_mod_form extends moodleform_mod {
|
||||
|
||||
//-------------------------------------------------------
|
||||
$mform->addElement('header', 'content', get_string('contentheader', 'imscp'));
|
||||
$mform->setExpanded('content', true);
|
||||
$mform->addElement('filepicker', 'package', get_string('packagefile', 'imscp'));
|
||||
|
||||
$options = array('-1'=>get_string('all'), '0'=>get_string('no'), '1'=>'1', '2'=>'2', '5'=>'5', '10'=>'10', '20'=>'20');
|
||||
|
Loading…
x
Reference in New Issue
Block a user