Diff for /loncom/interface/loncreatecourse.pm between versions 1.42 and 1.43

version 1.42, 2003/12/05 21:59:31 version 1.43, 2003/12/09 00:43:47
Line 244  sub print_course_creation_page { Line 244  sub print_course_creation_page {
      &Apache::loncommon::selectcourse_link       &Apache::loncommon::selectcourse_link
      ('ccrs','clonecourse','clonedomain');       ('ccrs','clonecourse','clonedomain');
     my $coursebrowserjs=&Apache::loncommon::coursebrowser_javascript();      my $coursebrowserjs=&Apache::loncommon::coursebrowser_javascript();
     my $date_table = &Apache::londropadd::date_setting_table('','','createcourse');      my $starttime = time;
       my $endtime = time+(6*30*24*60*60); # 6 months from now, approx
       my $date_table = &Apache::londropadd::date_setting_table($starttime,$endtime,'createcourse');
     my ($krbdef,$krbdefdom) =      my ($krbdef,$krbdefdom) =
     &Apache::loncommon::get_kerberos_defaults($defdom);      &Apache::loncommon::get_kerberos_defaults($defdom);
     my $javascript_validations=&Apache::londropadd::javascript_validations('createcourse',$krbdefdom);      my $javascript_validations=&Apache::londropadd::javascript_validations('createcourse',$krbdefdom);
Line 380  on information available for this specif Line 382  on information available for this specif
 </p>  </p>
 <p>  <p>
 <b>Automated adds</b>  <b>Automated adds</b>
 <input type="radio" name="autoadds" value="1" checked="true" />Yes <input type="radio" name="autoadds" value="0" />No  <input type="radio" name="autoadds" value="1" />Yes <input type="radio" name="autoadds" value="0" checked="true" />No
 </p><p>  </p><p>
 <b>Automated drops</b>  <b>Automated drops</b>
 <input type="radio" name="autodrops" value="1" checked="true" />Yes <input type="radio" name="autodrops" value="0" />No  <input type="radio" name="autodrops" value="1" />Yes <input type="radio" name="autodrops" value="0" checked="true" />No
 </p><p>  </p><p>
 <b>Duration of automated classlist updates</b>  <b>Duration of automated classlist updates</b>
 $date_table  $date_table
Line 400  $locform Line 402  $locform
 <b>Notification of enrollment changes</b><br />  <b>Notification of enrollment changes</b><br />
 Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?<br/>  Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?<br/>
 <input type="radio" name="notify" value="1" />Yes <input type="radio" name="notify"  <input type="radio" name="notify" value="1" />Yes <input type="radio" name="notify"
 value="0" />No  value="0" checked="true" />No
 </p><p>  </p><p>
 <b>Include retrieval of student photographs?</b> <input type="radio" name="showphotos" value="1" />Yes <input type="radio" name="showphotos" value="0" checked="true" />No  <b>Include retrieval of student photographs?</b> <input type="radio" name="showphotos" value="1" />Yes <input type="radio" name="showphotos" value="0" checked="true" />No
 </p><p>  </p><p>

Removed from v.1.42  
changed lines
  Added in v.1.43


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>