]> git.mjollnir.org Git - moodle.git/commitdiff
Adding some table classes to align all them. MDL-8419
authorstronk7 <stronk7>
Wed, 21 Feb 2007 20:17:58 +0000 (20:17 +0000)
committerstronk7 <stronk7>
Wed, 21 Feb 2007 20:17:58 +0000 (20:17 +0000)
admin/blocks.php
admin/filters.php
admin/modules.php

index 5dd626b7267577460b11c186fd9c0f7c37507fad..ea23c11aa4378f66502848d22f93caef2fdfa9f2 100644 (file)
     $table->define_headers(array($strname, $strcourses, $strversion, $strhide.'/'.$strshow, $strmultiple, $strdelete, $strsettings));
     $table->define_baseurl($CFG->wwwroot.'/'.$CFG->admin.'/blocks.php');
     $table->set_attribute('id', 'blocks');
-    $table->set_attribute('class', 'flexible generaltable generalbox');
+    $table->set_attribute('class', 'flexible generaltable generalbox boxaligncenter boxwidthwide');
     $table->setup();
 
     foreach ($blockbyname as $blockname => $blockid) {
index 11b15104f83790ca040b19fd69057af01fa3dd29..4ea03cd7db0b51b4bac1b4b1d630c27e32250564 100644 (file)
     $table->define_headers(array($txt->name, $txt->hideshow, $txt->updown, $txt->settings));
     $table->define_baseurl("$CFG->wwwroot/$CFG->admin/filters.php");
     $table->set_attribute('id', 'filters');
-    $table->set_attribute('class', 'flexible generaltable generalbox');
+    $table->set_attribute('class', 'flexible generaltable generalbox boxaligncenter boxwidthwide');
     $table->setup();
 
     // iterate through filters adding to display table
index 1994d3de8ded70bc38c9c406df4385d49e6ef18d..3615e30886cf0c225d110490d202ab876812878e 100644 (file)
     $table->define_headers(array($stractivitymodule, $stractivities, $strversion, "$strhide/$strshow", $strdelete, $strsettings));
     $table->define_baseurl($CFG->wwwroot.'/'.$CFG->admin.'/modules.php');
     $table->set_attribute('id', 'modules');
-    $table->set_attribute('class', 'flexible generaltable generalbox');
+    $table->set_attribute('class', 'flexible generaltable generalbox boxaligncenter boxwidthwide');
     $table->setup();
 
     foreach ($modulebyname as $modulename => $module) {