MDL-57055 mod_label: Add label administration for boost.

This patch adds the label adminstration settings to the
label edit page.
This commit is contained in:
Adrian Greeve
2017-10-26 13:57:15 +08:00
parent 8375df3227
commit 18ea0d75bc
+3
View File
@@ -30,6 +30,9 @@ require_once ($CFG->dirroot.'/course/moodleform_mod.php');
class mod_label_mod_form extends moodleform_mod {
function definition() {
global $PAGE;
$PAGE->force_settings_menu();
$mform = $this->_form;