--- loncom/interface/coursecatalog.pm 2010/10/07 14:45:04 1.53.4.7
+++ loncom/interface/coursecatalog.pm 2009/10/01 17:24:23 1.54
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler for displaying the course catalog interface
#
-# $Id: coursecatalog.pm,v 1.53.4.7 2010/10/07 14:45:04 raeburn Exp $
+# $Id: coursecatalog.pm,v 1.54 2009/10/01 17:24:23 raeburn 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));
@@ -180,7 +174,7 @@ sub course_details {
my $js = ''."\n";
my $start_page =
- &Apache::loncommon::start_page('Course/Community Catalog',$js,
+ &Apache::loncommon::start_page('Course Catalog',$js,
{
'add_entries' => \%add_entries,
'no_inline_link' => 1,});
@@ -188,36 +182,19 @@ sub course_details {
if ($env{'form.numtitles'} > 0) {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>"/adm/coursecatalog",
- text=>"Course/Community Catalog"});
- }
- my $brtextone = 'Course listing';
- my $brtexttwo = 'Course details';
- if ($env{'form.currcat_0'} eq 'communities::0') {
- $brtextone = 'Community listing';
- $brtexttwo = 'Community details';
+ text=>"Select courses"});
}
&Apache::lonhtmlcommon::add_breadcrumb
({href=>"javascript:document.$formname.submit()",
- text=>$brtextone},
- {text=>$brtexttwo});
- $r->print(&Apache::lonhtmlcommon::breadcrumbs('Course/Community Catalog'));
- $r->print('
');
- if ($env{'form.currcat_0'} eq 'communities::0') {
- $r->print(&mt('Detailed community information:'));
- } else {
- $r->print(&mt('Detailed course information:'));
- }
- $r->print('
'.
+ text=>"Course listing"},
+ {text=>"Course details"});
+ $r->print(&Apache::lonhtmlcommon::breadcrumbs('Course Details'));
+ $r->print('
'.&mt('Detailed course information:').'
'.
&print_course_listing($codedom,undef,$trails,$allitems).
'
');
$r->print('