--- loncom/interface/lonpickcourse.pm 2008/01/02 11:25:38 1.67.2.2 +++ loncom/interface/lonpickcourse.pm 2008/01/20 00:15:02 1.70 @@ -1,7 +1,7 @@ # The LearningOnline Network # Pick a course # -# $Id: lonpickcourse.pm,v 1.67.2.2 2008/01/02 11:25:38 raeburn Exp $ +# $Id: lonpickcourse.pm,v 1.70 2008/01/20 00:15:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -452,9 +452,9 @@ $multelement if ($domainselectform) { $output .= $lt{'cdo'}.': '.$domainselectform.'
'."\n"; } -# if ($typeselectform) { -# $output .= $lt{'cog'}.': '.$typeselectform.'
'."\n"; -# } + if ($typeselectform) { + $output .= $lt{'cog'}.': '.$typeselectform.'
'."\n"; + } if ($instcodeform) { $output .= $lt{'cin'}.': '.$instcodeform.'
'."\n"; } @@ -474,11 +474,8 @@ $multelement ''."\n"; } - $output .= qq| -

- -
-|; + $output .= '

'."\n".''."\n".'
'."\n"; return $output; }