--- loncom/interface/coursecatalog.pm 2009/10/17 01:42:07 1.55
+++ loncom/interface/coursecatalog.pm 2009/11/23 21:45:18 1.57
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler for displaying the course catalog interface
#
-# $Id: coursecatalog.pm,v 1.55 2009/10/17 01:42:07 raeburn Exp $
+# $Id: coursecatalog.pm,v 1.57 2009/11/23 21:45:18 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -149,13 +149,19 @@ 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".
''.
'
');
+ $display_button.'" />
');
}
if ($env{'form.state'} eq 'listing') {
$r->print(&print_course_listing($codedom,undef,\@trails,\%allitems,$subcats));
@@ -174,7 +180,7 @@ sub course_details {
my $js = ''."\n";
my $start_page =
- &Apache::loncommon::start_page('Course Catalog',$js,
+ &Apache::loncommon::start_page('Course/Community Catalog',$js,
{
'add_entries' => \%add_entries,
'no_inline_link' => 1,});
@@ -182,7 +188,7 @@ sub course_details {
if ($env{'form.numtitles'} > 0) {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>"/adm/coursecatalog",
- text=>"Select courses"});
+ text=>"Course/Community Catalog"});
}
&Apache::lonhtmlcommon::add_breadcrumb
({href=>"javascript:document.$formname.submit()",
@@ -292,7 +298,7 @@ sub cat_header {
if ($numtitles > 0) {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>"/adm/coursecatalog",
- text=>"Select courses"},
+ text=>"Course/Community Catalog"},
{text=>"Course listing"});
} else {
&Apache::lonhtmlcommon::add_breadcrumb
@@ -301,7 +307,7 @@ sub cat_header {
} else {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>"/adm/coursecatalog",
- text=>"Select courses"});
+ text=>"Course/Community Catalog"});
}
$r->print(&Apache::lonhtmlcommon::breadcrumbs('Course/Community Catalog'));
my $onchange;
@@ -325,7 +331,9 @@ sub category_breadcrumbs {
my ($dom,@cats) = @_;
my $crumbsymbol = ' ▶ ';
my ($currdepth,$deeper) = &get_depth_values();
- my $currcat_str = '';
+ my $currcat_str =
+ ''.
+ '';
my $catlinks = '