MDL-36553 Admin settings: make tables class consistent throughout admin plugins setting

This commit is contained in:
Rossiani Wijaya
2013-01-14 10:09:51 +08:00
parent ca48fe5f97
commit 8be244b2e2
11 changed files with 96 additions and 38 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ $table->define_columns(array('name', 'version', 'delete'));
$table->define_headers(array(get_string('plugin'), get_string('version'), get_string('delete')));
$table->define_baseurl($PAGE->url);
$table->set_attribute('id', 'localplugins');
$table->set_attribute('class', 'generaltable generalbox boxaligncenter boxwidthwide');
$table->set_attribute('class', 'admintable generaltable');
$table->setup();
$plugins = array();