Diff for /loncom/interface/lonpickcourse.pm between versions 1.75.2.1 and 1.76

version 1.75.2.1, 2008/12/14 04:29:15 version 1.76, 2009/03/02 11:21:57
Line 269  sub display_matched_courses { Line 269  sub display_matched_courses {
         $r->print(&Apache::loncommon::start_data_table());          $r->print(&Apache::loncommon::start_data_table());
         $r->print(&Apache::loncommon::start_data_table_header_row());          $r->print(&Apache::loncommon::start_data_table_header_row());
         $r->print('<th>'.&mt('Select').'</th>'          $r->print('<th>'.&mt('Select').'</th>'
                  .'<th>'.&mt('Course Description').'</th>'                   .'<th>'.&mt('Course Title').'</th>'
                  .'<th>'.&mt('Domain').'</th>'                   .'<th>'.&mt('Domain').'</th>'
                  .'<th>'.&mt('Course Code').'</th>'                   .'<th>'.&mt('Course Code').'</th>'
                  .'<th>'.&mt('Owner/Co-owner(s)').'</th>'                   .'<th>'.&mt('Owner/Co-owner(s)').'</th>'
Line 433  sub build_filters { Line 433  sub build_filters {
   
     my %lt = (      my %lt = (
               'cac' => &mt("$type Activity"),                'cac' => &mt("$type Activity"),
               'cde' => &mt("$type Description"),                'cde' => &mt("$type Title"),
               'cdo' => &mt("$type Domain"),                'cdo' => &mt("$type Domain"),
               'cin' => &mt('Course Institutional Code'),                'cin' => &mt('Course Institutional Code'),
               'cow' => &mt("$type Owner's Username"),                'cow' => &mt("$type Owner's Username"),
Line 489  $multelement Line 489  $multelement
                   .$domainselectform                    .$domainselectform
                   .&Apache::lonhtmlcommon::row_closure();                    .&Apache::lonhtmlcommon::row_closure();
     }      }
 #    if ($typeselectform) {      if ($typeselectform) {
 #        $output .= &Apache::lonhtmlcommon::row_title($lt{'cog'})          $output .= &Apache::lonhtmlcommon::row_title($lt{'cog'})
 #                  .$typeselectform                    .$typeselectform
 #                  .&Apache::lonhtmlcommon::row_closure();                    .&Apache::lonhtmlcommon::row_closure();
 #    }      }
     if ($instcodeform) {      if ($instcodeform) {
         $output .= &Apache::lonhtmlcommon::row_title($lt{'cin'})          $output .= &Apache::lonhtmlcommon::row_title($lt{'cin'})
                   .$instcodeform                    .$instcodeform
Line 713  Course Owner's Username - the username o Line 713  Course Owner's Username - the username o
 Course Owner's Domain - the domain of the owner of the course  Course Owner's Domain - the domain of the owner of the course
   
 =item *   =item * 
 Course Description - text which appears in the Course Description (or title), as set in the Course Parameters.  Course Title - text which appears in the Course Title, as set in the Course Parameters.
   
 =item *  =item *
 Course ID - the internal course number (course ID part after initial 'domain_') used by LON-CAPA (this criterion is only displayed to Domain Coordinators selecting a course in the same domain as their DC role).  Course ID - the internal course number (course ID part after initial 'domain_') used by LON-CAPA (this criterion is only displayed to Domain Coordinators selecting a course in the same domain as their DC role).

Removed from v.1.75.2.1  
changed lines
  Added in v.1.76


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