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

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 12 Jul 2004 19:30:13 -0000


matthew		Mon Jul 12 15:30:13 2004 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemstatistics.pm 
  Log:
  Added help link for statistics on sequences.
  
  
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.89 loncom/interface/statistics/lonproblemstatistics.pm:1.90
--- loncom/interface/statistics/lonproblemstatistics.pm:1.89	Wed Jun 16 12:22:52 2004
+++ loncom/interface/statistics/lonproblemstatistics.pm	Mon Jul 12 15:30:12 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonproblemstatistics.pm,v 1.89 2004/06/16 16:22:52 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.90 2004/07/12 19:30:12 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -704,7 +704,9 @@
 sub output_sequence_statistics {
     my ($r) = @_;
     my $c=$r->connection();
-    $r->print('<h2>'.&mt('Sequence Statistics').'</h2>');
+    $r->print('<h2>'.&mt('Sequence Statistics').
+	      &Apache::loncommon::help_open_topic('Statistics_Sequence').
+	      '</h2>');
     $r->print('<table border="0"><tr><td bgcolor="#777777">'."\n".
               '<table border="0" cellpadding="3">'."\n".
               '<tr bgcolor="#FFFFE6">');