mirror of
https://github.com/moodle/moodle.git
synced 2025-06-06 16:16:51 +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');
|
$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