--- loncom/interface/loncommon.pm 2011/08/15 15:58:28 1.1018 +++ loncom/interface/loncommon.pm 2011/09/01 02:32:50 1.1019 @@ -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.1019 2011/09/01 02:32:50 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 '' ."