From 50fcf8cf0d55e52bbae7c258a1bb7e232bed2d65 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 9 Sep 2005 16:23:11 +0000 Subject: [PATCH] Added ID to help CSS targeting of activity module editing forms for each module --- course/mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/mod.php b/course/mod.php index 36139f798da..0092aa0ca40 100644 --- a/course/mod.php +++ b/course/mod.php @@ -629,7 +629,7 @@ $icon = "modpixpath/$module->name/icon.gif\" alt=\"\" /> "; print_heading_with_help($pageheading, "mods", $module->name, $icon); - print_simple_box_start("center"); + print_simple_box_start('center', '', '', 5, 'generalbox', $module->name); include_once($modform); print_simple_box_end();