From: moodler Date: Thu, 23 Aug 2007 05:16:16 +0000 (+0000) Subject: untick teachers by default, merged from 1.8 MDL-10946 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4ae6d1ed41a61bf306bdaf8569a602ec5c5825ba;p=moodle.git untick teachers by default, merged from 1.8 MDL-10946 --- diff --git a/course/reset.php b/course/reset.php index b9bd1a5661..4f078f139b 100755 --- a/course/reset.php +++ b/course/reset.php @@ -65,8 +65,8 @@ The feature will also reset the start date of the course if necessary. echo '
'; echo $strremove.':
'; + print_checkbox('reset_teachers', 1, false, get_string('teachers'), '', ''); echo '
'; print_checkbox('reset_students', 1, true, get_string('students'), '', ''); echo '
'; - print_checkbox('reset_teachers', 1, true, get_string('teachers'), '', ''); echo '
'; print_checkbox('reset_events', 1, true, get_string('courseevents', 'calendar'), '', ''); echo '
'; print_checkbox('reset_logs', 1, true, get_string('logs'), '', ''); echo '
'; print_checkbox('reset_groups', 1, true, get_string('groups'), '', ''); echo '
';