";
+ }
+
+ /// allow teachers to set the start date.
+ echo "
";
+ echo "
";
+ print_string("startdate");
+ echo "
";
/// Show the roll dates option only if the backup course has a start date
/// (some formats like main page, social..., haven't it and rolling dates
/// from 0 produces crazy dates. MDL-10125
- if ($form1->startdate) {
- print_date_selector("startday", "startmonth", "startyear", $form1->startdate);
- helpbutton("coursestartdate", get_string("startdate"));
- } else {
- print_string('notavailable');
- echo '';
- echo '';
- echo '';
- }
- echo "