mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-80082 report_completion: Output 'Nothing to display' as notification
This commit is contained in:
parent
f4282b726e
commit
49d7ca455c
@ -307,7 +307,7 @@ if (!$csv) {
|
||||
print $pagingbar;
|
||||
|
||||
if (!$total) {
|
||||
echo $OUTPUT->heading(get_string('nothingtodisplay'), 2);
|
||||
echo $OUTPUT->notification(get_string('nothingtodisplay'), 'info', false);
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user