--- loncom/interface/lonpickcourse.pm 2008/12/14 04:29:15 1.75.2.1 +++ loncom/interface/lonpickcourse.pm 2009/03/02 11:21:57 1.76 @@ -1,7 +1,7 @@ # The LearningOnline Network # Pick a course # -# $Id: lonpickcourse.pm,v 1.75.2.1 2008/12/14 04:29:15 raeburn Exp $ +# $Id: lonpickcourse.pm,v 1.76 2009/03/02 11:21:57 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -269,7 +269,7 @@ sub display_matched_courses { $r->print(&Apache::loncommon::start_data_table()); $r->print(&Apache::loncommon::start_data_table_header_row()); $r->print(''.&mt('Select').'' - .''.&mt('Course Description').'' + .''.&mt('Course Title').'' .''.&mt('Domain').'' .''.&mt('Course Code').'' .''.&mt('Owner/Co-owner(s)').'' @@ -433,7 +433,7 @@ sub build_filters { my %lt = ( 'cac' => &mt("$type Activity"), - 'cde' => &mt("$type Description"), + 'cde' => &mt("$type Title"), 'cdo' => &mt("$type Domain"), 'cin' => &mt('Course Institutional Code'), 'cow' => &mt("$type Owner's Username"), @@ -489,11 +489,11 @@ $multelement .$domainselectform .&Apache::lonhtmlcommon::row_closure(); } -# if ($typeselectform) { -# $output .= &Apache::lonhtmlcommon::row_title($lt{'cog'}) -# .$typeselectform -# .&Apache::lonhtmlcommon::row_closure(); -# } + if ($typeselectform) { + $output .= &Apache::lonhtmlcommon::row_title($lt{'cog'}) + .$typeselectform + .&Apache::lonhtmlcommon::row_closure(); + } if ($instcodeform) { $output .= &Apache::lonhtmlcommon::row_title($lt{'cin'}) .$instcodeform @@ -713,7 +713,7 @@ Course Owner's Username - the username o Course Owner's Domain - the domain of the owner of the course =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 * 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).