mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
"MDL-20073, remove the static text"
This commit is contained in:
parent
7d4080f030
commit
6b3c4d65c7
@ -45,8 +45,7 @@ class mod_folder_mod_form extends moodleform_mod {
|
||||
|
||||
//-------------------------------------------------------
|
||||
$mform->addElement('header', 'content', get_string('contentheader', 'folder'));
|
||||
$mform->addElement('static', 'note', '', '<i>(TODO: This filemanager does not support subdirectories yet, sorry...)</i>');
|
||||
$mform->addElement('filemanager', 'files', get_string('files'));
|
||||
$mform->addElement('filemanager', 'files', get_string('files'), null, array('subdirs'=>1, 'filetypes'=>'*', 'returnvalue'=>'ref_id'));
|
||||
|
||||
//-------------------------------------------------------
|
||||
$this->standard_coursemodule_elements();
|
||||
|
Loading…
x
Reference in New Issue
Block a user