Merge branch 'MDL-78188-master' of https://github.com/kevpercy/moodle

This commit is contained in:
Ilya Tregubov
2023-07-04 10:36:00 +08:00
+1 -1
View File
@@ -201,7 +201,7 @@ class grade_export_form extends moodleform {
$submitstring = get_string('export', 'grades');
}
$this->add_action_buttons(false, $submitstring);
$this->add_sticky_action_buttons(false, $submitstring);
}
/**