Merge branch 'MDL-73561-master' of https://github.com/sarjona/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2022-01-18 23:09:22 +01:00
commit 2252efa5e3

View File

@ -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();