MDL-14961 Merged from MOODLE_19_STABLE

This commit is contained in:
nicolasconnault
2009-03-10 14:03:37 +00:00
parent 84e628a027
commit 1575b030f8
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -354,7 +354,9 @@ if ($moving) {
print_single_button('outcomeitem.php', array('courseid'=>$course->id), get_string('addoutcomeitem', 'grades'), 'get');
}
echo "<br /></br />";
print_single_button('index.php', array('id'=>$course->id, 'action'=>'synclegacy'), get_string('synclegacygrades', 'grades'), 'get');
helpbutton('synclegacygrades', get_string('synclegacygrades', 'grades'), 'grade');
}
echo '</div>';
@@ -0,0 +1,3 @@
<h1>Synchronise legacy grades</h1>
<p>The term 'legacy grades' refers to grades from versions of Moodle prior to 1.9. When upgrading, all legacy grades should be included in the Moodle 1.9 gradebook. The 'Synchronise legacy grades' button checks whether this is the case, and if necessary adds any missing legacy grades to the Moodle 1.9 gradebook.</p>