MDL-80082 table: Output 'Nothing to display' as notification.
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user