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

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