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:
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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user