"MDL-20073, remove the static text"

This commit is contained in:
dongsheng 2009-10-08 07:05:48 +00:00
parent 7d4080f030
commit 6b3c4d65c7

View File

@ -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();