fix for bug MDL-7040. Form focus not defined

This commit is contained in:
thepurpleblob 2006-10-17 12:41:55 +00:00
parent 073fe8f980
commit 181eb9dd1f

View File

@ -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');