]> git.mjollnir.org Git - moodle.git/commitdiff
Deleting inline styles from the "incompatible" table. MDL-8419
authorstronk7 <stronk7>
Wed, 21 Feb 2007 23:16:23 +0000 (23:16 +0000)
committerstronk7 <stronk7>
Wed, 21 Feb 2007 23:16:23 +0000 (23:16 +0000)
admin/blocks.php

index ea23c11aa4378f66502848d22f93caef2fdfa9f2..0e2a5a94565fa879d9414f633c5d874943cec3c1 100644 (file)
         $table->define_headers(array($strname, $strdelete));
         $table->define_baseurl($CFG->wwwroot.'/'.$CFG->admin.'/blocks.php');
 
-        $table->set_attribute('cellspacing', '0');
         $table->set_attribute('id', 'incompatible');
-        $table->set_attribute('class', 'generaltable generalbox');
+        $table->set_attribute('class', 'flexible generaltable generalbox boxaligncenter boxwidthwide');
 
         $table->setup();