mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Added ID to help CSS targeting of activity module editing forms for each module
This commit is contained in:
parent
20affd1593
commit
50fcf8cf0d
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@
|
||||||
$icon = "<img align=\"middle\" height=\"16\" width=\"16\" src=\"$CFG->modpixpath/$module->name/icon.gif\" alt=\"\" /> ";
|
$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_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);
|
include_once($modform);
|
||||||
print_simple_box_end();
|
print_simple_box_end();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue