Merge branch 'MDL-38610-master-int' of git://github.com/FMCorz/moodle

This commit is contained in:
Damyon Wiese
2013-04-03 14:48:06 +08:00
+1
View File
@@ -34,6 +34,7 @@ class mod_label_mod_form extends moodleform_mod {
$mform = $this->_form;
$mform->addElement('header', 'generalhdr', get_string('general'));
$this->add_intro_editor(true, get_string('labeltext', 'label'));
$this->standard_coursemodule_elements();