--- loncom/interface/coursecatalog.pm 2010/04/04 15:38:34 1.60 +++ loncom/interface/coursecatalog.pm 2010/06/08 16:37:20 1.62 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for displaying the course catalog interface # -# $Id: coursecatalog.pm,v 1.60 2010/04/04 15:38:34 raeburn Exp $ +# $Id: coursecatalog.pm,v 1.62 2010/06/08 16:37:20 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -192,7 +192,7 @@ sub course_details { my $brtexttwo = 'Course details'; if ($env{'form.currcat_0'} eq 'communities::0') { $brtextone = 'Community listing'; - $brtextone = 'Community details'; + $brtexttwo = 'Community details'; } &Apache::lonhtmlcommon::add_breadcrumb ({href=>"javascript:document.$formname.submit()", @@ -327,10 +327,7 @@ sub cat_header { text=>"Course/Community Catalog"}); } $r->print(&Apache::lonhtmlcommon::breadcrumbs('Course/Community Catalog')); - my $onchange; - unless ($env{'form.interface'} eq 'textual') { - $onchange = 'this.form.submit()'; - } + my $onchange = 'this.form.submit()'; $r->print('
'. '
'.&mt('Domain:').''. &Apache::loncommon::select_dom_form($codedom,'showdom','',1,$onchange));