mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
fix for bug MDL-7040. Form focus not defined
This commit is contained in:
parent
073fe8f980
commit
181eb9dd1f
@ -57,7 +57,7 @@
|
||||
$strsummaryof = get_string('summaryof', '', " $sectionname $form->section");
|
||||
}
|
||||
|
||||
print_header_simple($stredit, '', $stredit);
|
||||
print_header_simple($stredit, '', $stredit, 'theform.summary' );
|
||||
|
||||
print_heading($strsummaryof);
|
||||
print_simple_box_start('center');
|
||||
|
Loading…
x
Reference in New Issue
Block a user