mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Added help button to headings when adding/editing activities. Doh! :-)
This commit is contained in:
parent
efabdeddef
commit
4c71204dd2
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@
|
|||
|
||||
if (file_exists($modform)) {
|
||||
|
||||
print_heading($pageheading);
|
||||
print_heading_with_help($pageheading, "mods", $module->name);
|
||||
print_simple_box_start("center", "", "$THEME->cellheading");
|
||||
include_once($modform);
|
||||
print_simple_box_end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue