[LON-CAPA-cvs] cvs: loncom /interface lonstatistics.pm

matthew lon-capa-cvs@mail.lon-capa.org
Thu, 24 Jun 2004 19:36:16 -0000


matthew		Thu Jun 24 15:36:16 2004 EDT

  Modified files:              
    /loncom/interface	lonstatistics.pm 
  Log:
  Added breadcrumbs to DisplayClasslist.
  
  
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.106 loncom/interface/lonstatistics.pm:1.107
--- loncom/interface/lonstatistics.pm:1.106	Thu Jun 24 15:32:37 2004
+++ loncom/interface/lonstatistics.pm	Thu Jun 24 15:36:16 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstatistics.pm,v 1.106 2004/06/24 19:32:37 matthew Exp $
+# $Id: lonstatistics.pm,v 1.107 2004/06/24 19:36:16 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -941,9 +941,12 @@
 ##################################################
 sub DisplayClasslist {
     my ($r)=@_;
+    &Apache::lonhtmlcommon::add_breadcrumb
+        ({text=>'Select One Student'});
     #
     # Output some of the standard interface components
     my $Str;
+    $Str .= &Apache::lonhtmlcommon::breadcrumbs(undef,'Select One Student');
     $Str .= '<p><table cellspacing="5">'."\n";
     $Str .= '<tr>';
     $Str .= '<th align="center"><b>'.&mt('Sections').'</b></th>';