mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-78188 core_grades: Add sticky footer to export grades page
This commit is contained in:
parent
1b1a15a308
commit
4be3ad97aa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue