--- loncom/interface/coursecatalog.pm 2009/10/28 17:28:17 1.48.2.2 +++ loncom/interface/coursecatalog.pm 2009/03/18 20:58:02 1.50 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for displaying the course catalog interface # -# $Id: coursecatalog.pm,v 1.48.2.2 2009/10/28 17:28:17 raeburn Exp $ +# $Id: coursecatalog.pm,v 1.50 2009/03/18 20:58:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -380,7 +380,7 @@ function setElements() { sub cat_header { my ($r,$codedom,$js,$add_entries,$catlinks,$numtitles) = @_; my $start_page = - &Apache::loncommon::start_page('Course Catalog',$js, + &Apache::loncommon::start_page('Other',$js, { 'add_entries' => $add_entries, 'no_inline_link' => 1,}); @@ -404,7 +404,7 @@ sub cat_header { } my $onchange; unless (($env{'browser.interface'} eq 'textual') || ($env{'form.interface'} eq 'textual')) { - $onchange = 'this.form.submit()'; + $onchange = 1; } $r->print('
'. '
'.&mt('Domain:').''.