mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'wip-MDL-43150-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
7f34773665
@ -65,7 +65,7 @@ class tinymce_managefiles_manage_form extends moodleform {
|
||||
$mform->registerNoSubmitButton('refresh');
|
||||
|
||||
$mform->addElement('static', '', '',
|
||||
html_writer::tag('span', '', array('class' => 'managefilesstatus')));
|
||||
html_writer::tag('div', '', array('class' => 'managefilesstatus')));
|
||||
|
||||
$mform->addElement('header', 'deletefiles', get_string('unusedfilesheader', 'tinymce_managefiles'));
|
||||
$mform->addElement('static', '', '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user