Skip to content

Commit

Permalink
MDL-80082 report_progress: Output 'Nothing to display' as notification.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Feb 19, 2024
1 parent 49d7ca4 commit 841fa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/progress/index.php
Expand Up @@ -272,7 +272,7 @@ function csv_quote($value) {
print $pagingbar;

if (!$total) {
echo $OUTPUT->heading(get_string('nothingtodisplay'));
echo $OUTPUT->notification(get_string('nothingtodisplay'), 'info', false);
echo $OUTPUT->footer();
exit;
}
Expand Down

0 comments on commit 841fa9d

Please sign in to comment.