1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-09 17:55:45 +02:00

MDL-78188 core_grades: Add sticky footer to export grades page

This commit is contained in:
Kevin Percy 2023-06-20 12:21:31 +08:00
parent 1b1a15a308
commit 4be3ad97aa

@ -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);
}
/**