--- loncom/interface/lonpickcourse.pm 2008/08/06 10:45:36 1.74 +++ loncom/interface/lonpickcourse.pm 2008/12/14 04:29:15 1.75.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network # Pick a course # -# $Id: lonpickcourse.pm,v 1.74 2008/08/06 10:45:36 bisitz Exp $ +# $Id: lonpickcourse.pm,v 1.75.2.1 2008/12/14 04:29:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -228,23 +228,19 @@ sub display_matched_courses { $menuchk = ' checked="checked" '; } $r->print( - &Apache::lonhtmlcommon::start_pick_box(). - ''. - ''.&mt('Action').''. - ''. - ''.(' 'x3).''. - ''. - ''. - ''. - ''. - ''.&Apache::lonhtmlcommon::end_pick_box(). - '
'); + '
' + .''.&mt('Action').'' + .'
' + .'
' + .'
' + .'
' + ); } } my %by_descrip; @@ -493,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