mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Merge branch 'MDL-73561-master' of https://github.com/sarjona/moodle
This commit is contained in:
commit
2252efa5e3
@ -123,7 +123,10 @@ if ($data = data_submitted()) {
|
||||
echo $OUTPUT->notification($warning);
|
||||
}
|
||||
}
|
||||
echo $OUTPUT->notification(get_string('savegradessuccess', 'gradereport_singleview', count ((array)$result->changecount)));
|
||||
echo $OUTPUT->notification(
|
||||
get_string('savegradessuccess', 'gradereport_singleview', count ((array)$result->changecount)),
|
||||
'success'
|
||||
);
|
||||
echo $OUTPUT->continue_button($currentpage);
|
||||
echo $OUTPUT->footer();
|
||||
die();
|
||||
|
Loading…
x
Reference in New Issue
Block a user