]> git.mjollnir.org Git - moodle.git/commitdiff
filemanager MDL-16597 Removed TODO notices in preparation for Dongsheng's checkin...
authormoodler <moodler>
Thu, 17 Sep 2009 06:54:01 +0000 (06:54 +0000)
committermoodler <moodler>
Thu, 17 Sep 2009 06:54:01 +0000 (06:54 +0000)
mod/resource/mod_form.php

index d7c83d0d31389e9611be83a778d1b5e6d4215da8..f457b9c5008f4dc948b066851c7706e2d727f61b 100644 (file)
@@ -56,10 +56,8 @@ class mod_resource_mod_form extends moodleform_mod {
 
         //-------------------------------------------------------
         $mform->addElement('header', 'contentsection', get_string('contentheader', 'resource'));
-        $mform->addElement('static', 'note', '', '<i>(TODO: This filemanager + textfield is temporary until we create new file manager with main file support.)</i>');
         $options = array('mainfile'=>'id_mainfile', 'subdirs'=>0, 'maxbytes'=>0, 'maxfiles'=>-1, 'filetypes'=>'*', 'returnvalue'=>'*');
         $mform->addElement('filemanager', 'files', get_string('file'), null, $options);
-        $mform->addElement('static', 'notex', '', '<i>(TODO: Ignore main file when uploading only one file, if multiple files present use "/myfile.ext" to specify the main file.)</i>');
         $mform->addElement('text', 'mainfile', 'Main file');
         //-------------------------------------------------------
         $mform->addElement('header', 'optionssection', get_string('optionsheader', 'resource'));