--- loncom/interface/lonhtmlcommon.pm 2005/10/27 23:18:21 1.117 +++ loncom/interface/lonhtmlcommon.pm 2005/11/15 20:46:40 1.118 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.117 2005/10/27 23:18:21 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.118 2005/11/15 20:46:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1387,7 +1387,7 @@ sub course_select_row { |; my $courseform=''.&Apache::loncommon::selectcourse_link - ($formname,'pickcourse','pickdomain','coursedesc').''; + ($formname,'pickcourse','pickdomain','coursedesc','',1).''; if ($totcodes > 0) { $output .= ''.&mt('All courses'); my $numtitles = @$codetitles; @@ -1433,7 +1433,7 @@ sub course_select_row { $output .= '
'; } } - $output .= ''.&mt('Pick specific course(s):').' '.$courseform.'  selected.
'."\n"; + $output .= ''.&mt('Pick specific course(s):').' '.$courseform.'  selected.
'."\n"; $output .= &row_closure(); return $output; }