Added ID to help CSS targeting of activity module editing forms for each module
This commit is contained in:
+1
-1
@@ -629,7 +629,7 @@
|
||||
$icon = "<img align=\"middle\" height=\"16\" width=\"16\" src=\"$CFG->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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user