MDL-86845 admin: Striped hovering plugins + course format table w/ BS 5.

This commit is contained in:
Luca Bösch
2025-11-12 00:22:01 +01:00
parent 7838e3f247
commit 80d90fd53d
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -1809,6 +1809,7 @@ class core_admin_renderer extends plugin_renderer_base {
$table = new html_table();
$table->id = 'plugins-control-panel';
$table->attributes['class'] = 'generaltable table table-striped table-hover';
$table->head = array(
get_string('displayname', 'core_plugin'),
get_string('version', 'core_plugin'),