--- loncom/interface/loncommon.pm 2011/08/15 15:58:28 1.1018 +++ loncom/interface/loncommon.pm 2011/09/09 20:13:18 1.1020 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1018 2011/08/15 15:58:28 raeburn Exp $ +# $Id: loncommon.pm,v 1.1020 2011/09/09 20:13:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -847,6 +847,9 @@ sub selectcourse_link { } elsif ($selecttype eq 'Course/Community') { $linktext = &mt('Select Course/Community'); $type = ''; + } elsif ($selecttype eq 'Select') { + $linktext = &mt('Select'); + $type = ''; } return '' ."
"; + return "
"; } sub end_scrollbox {