From 33aa00b4c7a88248fe523aec5e0fcd000fa603f2 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 8 Feb 2005 08:14:53 +0000 Subject: [PATCH] Removed some stupid paragraphs --- admin/modules.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/modules.php b/admin/modules.php index a3d6f03e83..7c2ed40cf3 100644 --- a/admin/modules.php +++ b/admin/modules.php @@ -145,16 +145,16 @@ /// Print the table of all modules $table->head = array ($stractivitymodule, $stractivities, $strversion, "$strhide/$strshow", $strdelete, $strsettings); - $table->align = array ("LEFT", "RIGHT", "LEFT", "CENTER", "CENTER", "CENTER"); - $table->wrap = array ("NOWRAP", "", "", "", "",""); - $table->size = array ("100%", "10", "10", "10", "10","12"); + $table->align = array ("left", "right", "left", "center", "center", "center"); + $table->wrap = array ("nowrap", "", "", "", "",""); + $table->size = array ("100%", "10", "10", "10", "10","12"); $table->width = "100"; foreach ($modulebyname as $modulename => $module) { $icon = "modpixpath/$module->name/icon.gif\" hspace=\"10\" height=\"16\" width=\"16\" border=\"0\" alt=\"\" />"; - $delete = "name&sesskey=$USER->sesskey\">$strdelete"; + $delete = "name&sesskey=$USER->sesskey\">$strdelete"; if (file_exists("$CFG->dirroot/mod/$module->name/config.html")) { $settings = "name\">$strsettings"; @@ -178,7 +178,7 @@ $visible = ""; $class = ""; } - $table->data[] = array ("

$icon $modulename

", $count, $module->version, $visible, $delete, $settings); + $table->data[] = array ("$icon $modulename", $count, $module->version, $visible, $delete, $settings); } print_table($table); -- 2.39.5