]> git.mjollnir.org Git - moodle.git/commitdiff
adding a print_heading() call
authortoyomoyo <toyomoyo>
Tue, 31 Jul 2007 04:24:39 +0000 (04:24 +0000)
committertoyomoyo <toyomoyo>
Tue, 31 Jul 2007 04:24:39 +0000 (04:24 +0000)
grade/edit/courseoutcomes/index.php

index 9dfe277e51741ebbe442124486d5907d1eb9cb56..3db1af56c35d2aa632d8a32e7adcaea28d391f0b 100644 (file)
@@ -65,6 +65,7 @@ print_header_simple($strgrades.': '.$pagename, ': '.$strgrades, $navigation, '',
 
 /// Print the plugin selector at the top
 print_grade_plugin_selector($courseid, 'edit', 'courseoutcomes');
+print_heading(get_string('courseoutcomes', 'grades'));
 
 check_theme_arrows();
 include_once('form.html');