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