Diff for /loncom/interface/loncreatecourse.pm between versions 1.101.2.1 and 1.103.2.1

version 1.101.2.1, 2007/06/01 18:07:47 version 1.103.2.1, 2007/08/02 19:52:30
Line 576  sub create_course { Line 576  sub create_course {
         $crstype='Course';          $crstype='Course';
         $enrollstart=&Apache::lonhtmlcommon::get_date_from_form('startenroll');          $enrollstart=&Apache::lonhtmlcommon::get_date_from_form('startenroll');
         $enrollend=&Apache::lonhtmlcommon::get_date_from_form('endenroll');          $enrollend=&Apache::lonhtmlcommon::get_date_from_form('endenroll');
   
     }      }
     $startaccess = &Apache::lonhtmlcommon::get_date_from_form('startaccess');      $startaccess = &Apache::lonhtmlcommon::get_date_from_form('startaccess');
     $endaccess   = &Apache::lonhtmlcommon::get_date_from_form('endaccess');      $endaccess   = &Apache::lonhtmlcommon::get_date_from_form('endaccess');
Line 677  sub create_course { Line 676  sub create_course {
 # Make the requested user a course coordinator or group coordinator  # Make the requested user a course coordinator or group coordinator
 #  #
     if (($ccdomain) && ($ccuname)) {      if (($ccdomain) && ($ccuname)) {
         $r->print(&mt('Assigning role of [_1] Coordinator to [_2] at [_3]:',          $r->print(&mt('Assigning role of [_1] Coordinator to [_2] at [_3]: ',
                      $crstype,$ccuname,$ccdomain).                       $crstype,$ccuname,$ccdomain).
                   &Apache::lonnet::assignrole($ccdomain,$ccuname,$courseid,                    &Apache::lonnet::assignrole($ccdomain,$ccuname,$courseid,
                                               'cc').'<p>');                                                'cc').'<p>');
Line 795  sub process_batchfile { Line 794  sub process_batchfile {
             }              }
         }          }
     }      }
     $r->print($start_page.$crumbs.$result.$end_page);      $r->print($start_page.$crumbs.$logmsg.$result.'<br /><a href="/adm/createcourse">'.
                 &mt('Creation options menu').'</a>'.$end_page);
     
 }  }
   

Removed from v.1.101.2.1  
changed lines
  Added in v.1.103.2.1


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