diff --git a/admin/repository.php b/admin/repository.php index 57da664a763..a4cdd220b92 100644 --- a/admin/repository.php +++ b/admin/repository.php @@ -281,7 +281,7 @@ if (($action == 'edit') || ($action == 'new')) { // Table to list plug-ins $table = new html_table(); $table->head = array(get_string('name'), get_string('isactive', 'repository'), get_string('order'), $settingsstr); -// $table-> + $table->colclasses = array('leftalign', 'centeralign', 'centeralign', 'centeralign', 'centeralign'); $table->id = 'repositoriessetting'; $table->data = array(); diff --git a/filter/manage.php b/filter/manage.php index cda0acd5856..89ba5ca8ffc 100644 --- a/filter/manage.php +++ b/filter/manage.php @@ -166,7 +166,7 @@ if (empty($availablefilters)) { $table->colclasses[] = 'leftalign'; } $table->id = 'frontpagefiltersettings'; - $table->attributes['class'] = 'admintable'; + $table->attributes['class'] = 'admintable generaltable'; $table->data = array(); // iterate through filters adding to display table