mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-38610 label: Module settings have a general section
This commit is contained in:
parent
59ef4aab75
commit
2c1065f7a9
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue