mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-30637 mod_folder: Make content section expanded
This just makes the interface better
This commit is contained in:
parent
9d2a7df11b
commit
8763343ad9
@ -49,6 +49,8 @@ class mod_folder_mod_form extends moodleform_mod {
|
||||
//-------------------------------------------------------
|
||||
$mform->addElement('header', 'content', get_string('contentheader', 'folder'));
|
||||
$mform->addElement('filemanager', 'files', get_string('files'), null, array('subdirs'=>1, 'accepted_types'=>'*'));
|
||||
$mform->setExpanded('content');
|
||||
|
||||
|
||||
//-------------------------------------------------------
|
||||
$this->standard_coursemodule_elements();
|
||||
|
Loading…
x
Reference in New Issue
Block a user