Added help button to headings when adding/editing activities. Doh! :-)

This commit is contained in:
moodler 2003-08-18 07:10:53 +00:00
parent efabdeddef
commit 4c71204dd2

View file

@ -433,7 +433,7 @@
if (file_exists($modform)) { if (file_exists($modform)) {
print_heading($pageheading); print_heading_with_help($pageheading, "mods", $module->name);
print_simple_box_start("center", "", "$THEME->cellheading"); print_simple_box_start("center", "", "$THEME->cellheading");
include_once($modform); include_once($modform);
print_simple_box_end(); print_simple_box_end();