]> git.mjollnir.org Git - moodle.git/commitdiff
untick teachers by default, merged from 1.8 MDL-10946
authormoodler <moodler>
Thu, 23 Aug 2007 05:16:16 +0000 (05:16 +0000)
committermoodler <moodler>
Thu, 23 Aug 2007 05:16:16 +0000 (05:16 +0000)
course/reset.php

index b9bd1a56611ba2526e5212f4baa1199469ab698a..4f078f139bc62a5cabf46565bef3620c2ec8c61c 100755 (executable)
@@ -65,8 +65,8 @@ The feature will also reset the start date of the course if necessary.
 
     echo '<div class="courseinfo">';
     echo $strremove.':<br />';
+    print_checkbox('reset_teachers', 1, false, get_string('teachers'), '', '');  echo '<br />';
     print_checkbox('reset_students', 1, true, get_string('students'), '', '');  echo '<br />';
-    print_checkbox('reset_teachers', 1, true, get_string('teachers'), '', '');  echo '<br />';
     print_checkbox('reset_events', 1, true, get_string('courseevents', 'calendar'), '', '');  echo '<br />';
     print_checkbox('reset_logs', 1, true, get_string('logs'), '', '');  echo '<br />';
     print_checkbox('reset_groups', 1, true, get_string('groups'), '', '');  echo '<br />';