]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14961 Merged from MOODLE_19_STABLE
authornicolasconnault <nicolasconnault>
Tue, 10 Mar 2009 14:03:37 +0000 (14:03 +0000)
committernicolasconnault <nicolasconnault>
Tue, 10 Mar 2009 14:03:37 +0000 (14:03 +0000)
grade/edit/tree/index.php
lang/en_utf8/help/grade/synclegacygrades.html [new file with mode: 0644]

index 39f61fdebd3acac8d3e9e24c91724ba15bdd6b1c..f1c14ceb324c7e618898576b9de30f9016d3490c 100644 (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>';
diff --git a/lang/en_utf8/help/grade/synclegacygrades.html b/lang/en_utf8/help/grade/synclegacygrades.html
new file mode 100644 (file)
index 0000000..b2d40dc
--- /dev/null
@@ -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>