diff --git a/admin/filters.php b/admin/filters.php index 3ee94bcec2e..7f9cc73837d 100644 --- a/admin/filters.php +++ b/admin/filters.php @@ -121,7 +121,7 @@ $table = new html_table(); $table->head = [get_string('filter'), get_string('isactive', 'filters'), get_string('order'), get_string('applyto', 'filters'), get_string('settings'), get_string('uninstallplugin', 'core_admin')]; $table->colclasses = array ('leftalign', 'leftalign', 'centeralign', 'leftalign', 'leftalign', 'leftalign'); -$table->attributes['class'] = 'admintable generaltable'; +$table->attributes['class'] = 'admintable table generaltable'; $table->id = 'filterssetting'; $table->data = []; diff --git a/admin/localplugins.php b/admin/localplugins.php index 1d6e8f4dca6..358900f7521 100644 --- a/admin/localplugins.php +++ b/admin/localplugins.php @@ -43,7 +43,7 @@ $table->define_columns(array('name', 'version', 'uninstall')); $table->define_headers(array(get_string('plugin'), get_string('version'), get_string('uninstallplugin', 'core_admin'))); $table->define_baseurl($PAGE->url); $table->set_attribute('id', 'localplugins'); -$table->set_attribute('class', 'admintable generaltable'); +$table->set_attribute('class', 'admintable table generaltable'); $table->setup(); $plugins = array(); diff --git a/admin/mnet/index.php b/admin/mnet/index.php index 360e092f676..4a5e6f3dbde 100644 --- a/admin/mnet/index.php +++ b/admin/mnet/index.php @@ -98,7 +98,7 @@ echo $OUTPUT->header(); ?>