Added ID to help CSS targeting of activity module editing forms for each module

This commit is contained in:
moodler 2005-09-09 16:23:11 +00:00
parent 20affd1593
commit 50fcf8cf0d

View file

@ -629,7 +629,7 @@
$icon = "<img align=\"middle\" height=\"16\" width=\"16\" src=\"$CFG->modpixpath/$module->name/icon.gif\" alt=\"\" />&nbsp;";
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();