mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-23308, hide form element label in course files management page
This commit is contained in:
parent
2251110619
commit
98ccfaa6cc
@ -22,7 +22,7 @@ class coursefiles_edit_form extends moodleform {
|
||||
$mform =& $this->_form;
|
||||
$contextid = $this->_customdata['contextid'];
|
||||
$options = array('subdirs'=>1, 'maxfiles'=>-1, 'accepted_types'=>'*', 'return_types'=>FILE_INTERNAL);
|
||||
$mform->addElement('filemanager', 'files_filemanager', get_string('files'), null, $options);
|
||||
$mform->addElement('filemanager', 'files_filemanager', '', null, $options);
|
||||
$mform->addElement('hidden', 'contextid', $this->_customdata['contextid']);
|
||||
$this->set_data($this->_customdata['data']);
|
||||
$this->add_action_buttons(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user