MDL-80082 table: Output 'Nothing to display' as notification.

This commit is contained in:
Luca Bösch
2024-02-19 15:10:32 +01:00
parent d3ad77e476
commit 6bb59759e7
+1 -1
View File
@@ -1049,7 +1049,7 @@ class flexible_table {
$this->print_initials_bar();
echo $OUTPUT->heading(get_string('nothingtodisplay'));
echo $OUTPUT->notification(get_string('nothingtodisplay'), 'info', false);
// Render the dynamic table footer.
echo $this->get_dynamic_table_html_end();