--- loncom/interface/coursecatalog.pm 2010/08/20 03:59:11 1.53.4.6
+++ loncom/interface/coursecatalog.pm 2010/03/22 20:11:22 1.59
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler for displaying the course catalog interface
#
-# $Id: coursecatalog.pm,v 1.53.4.6 2010/08/20 03:59:11 raeburn Exp $
+# $Id: coursecatalog.pm,v 1.59 2010/03/22 20:11:22 droeschl Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -181,43 +181,24 @@ sub course_details {
&courselink_javascript().''."\n";
my $start_page =
&Apache::loncommon::start_page('Course/Community Catalog',$js,
- {
- 'add_entries' => \%add_entries,
- 'no_inline_link' => 1,});
+ {'add_entries' => \%add_entries, });
$r->print($start_page);
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';
- }
&Apache::lonhtmlcommon::add_breadcrumb
({href=>"javascript:document.$formname.submit()",
- text=>$brtextone},
- {text=>$brtexttwo});
+ text=>"Course listing"},
+ {text=>"Course details"});
$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('
'.
+ $r->print('
'.&mt('Detailed course information:').'
'.
&print_course_listing($codedom,undef,$trails,$allitems).
'
');
$r->print('