From 6b99bd0df54173847a70f172f6cc7c6a73ee5edc Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 21 Feb 2007 20:17:58 +0000 Subject: [PATCH] Adding some table classes to align all them. MDL-8419 --- admin/blocks.php | 2 +- admin/filters.php | 2 +- admin/modules.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/blocks.php b/admin/blocks.php index 5dd626b7267..ea23c11aa43 100644 --- a/admin/blocks.php +++ b/admin/blocks.php @@ -166,7 +166,7 @@ $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) { diff --git a/admin/filters.php b/admin/filters.php index 11b15104f83..4ea03cd7db0 100644 --- a/admin/filters.php +++ b/admin/filters.php @@ -185,7 +185,7 @@ $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 diff --git a/admin/modules.php b/admin/modules.php index 1994d3de8de..3615e30886c 100644 --- a/admin/modules.php +++ b/admin/modules.php @@ -161,7 +161,7 @@ $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) {