--- loncom/interface/coursecatalog.pm 2010/02/12 00:21:30 1.53.4.4
+++ loncom/interface/coursecatalog.pm 2009/10/23 16:14:43 1.56
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler for displaying the course catalog interface
#
-# $Id: coursecatalog.pm,v 1.53.4.4 2010/02/12 00:21:30 raeburn Exp $
+# $Id: coursecatalog.pm,v 1.56 2009/10/23 16:14:43 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -149,19 +149,13 @@ ENDJS
for (my $i=0; $i<$deeper; $i++) {
$r->print(''."\n");
}
- my $display_button;
- if ($env{'form.currcat_0'} eq 'communities::0') {
- $display_button = &mt('Display communities');
- } else {
- $display_button = &mt('Display courses');
- }
$r->print(''."\n".
''."\n".
''."\n".
''.
'
');
+ &mt('Display courses').'" />
');
}
if ($env{'form.state'} eq 'listing') {
$r->print(&print_course_listing($codedom,undef,\@trails,\%allitems,$subcats));
@@ -289,7 +283,7 @@ sub instcode_course_selector {
sub cat_header {
my ($r,$codedom,$js,$add_entries,$catlinks,$numtitles) = @_;
my $start_page =
- &Apache::loncommon::start_page('Course/Community Catalog',$js,
+ &Apache::loncommon::start_page('Other',$js,
{
'add_entries' => $add_entries,
'no_inline_link' => 1,});
@@ -311,7 +305,7 @@ sub cat_header {
}
$r->print(&Apache::lonhtmlcommon::breadcrumbs('Course/Community Catalog'));
my $onchange;
- unless (($env{'browser.interface'} eq 'textual') || ($env{'form.interface'} eq 'textual')) {
+ unless ($env{'form.interface'} eq 'textual') {
$onchange = 'this.form.submit()';
}
$r->print('