From: thepurpleblob Date: Tue, 17 Oct 2006 12:41:55 +0000 (+0000) Subject: fix for bug MDL-7040. Form focus not defined X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=181eb9dd1ff803476c69a2df0c36385a9ea31dd4;p=moodle.git fix for bug MDL-7040. Form focus not defined --- diff --git a/course/editsection.php b/course/editsection.php index 9fc50e4b75..783461d0ac 100644 --- a/course/editsection.php +++ b/course/editsection.php @@ -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');