--- loncom/interface/lontrackstudent.pm	2012/10/12 16:27:19	1.35
+++ loncom/interface/lontrackstudent.pm	2014/04/15 12:05:41	1.37
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lontrackstudent.pm,v 1.35 2012/10/12 16:27:19 raeburn Exp $
+# $Id: lontrackstudent.pm,v 1.37 2014/04/15 12:05:41 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -186,11 +186,11 @@ sub get_max_time_in_db {
         ($r,$prog_state,&mt('Parsing results'));
     #
     if (! open(TIMEDATA,$results_file)) {
-        $r->print('<h2>'.&mt('Unable to read results file.').'</h2>'.
+        $r->print('<p class="LC_error">'.&mt('Unable to read results file.').'</p>'.
                   '<p>'.
-                  &mt('This is a serious error and has been logged.  '.
-                      'You should contact your system administrator '.
-                      'to resolve this issue.').
+                  &mt('This is a serious error and has been logged.').
+                  '<br />'.
+                  &mt('Please alert your LON-CAPA administrator.').
                   '</p>');
         return;
     }
@@ -257,9 +257,9 @@ sub output_results {
     if (! open(ACTIVITYDATA,$results_file)) {
         $r->print('<p class="LC_error">'.&mt('Unable to read results file.').'</p>'.
                   '<p>'.
-                  &mt('This is a serious error and has been logged.  '.
-                      'You should contact your system administrator '.
-                      'to resolve this issue.').
+                  &mt('This is a serious error and has been logged.').
+                  '<br />'.
+                  &mt('Please alert your LON-CAPA administrator.').
                   '</p>');
         return -2;
     }
@@ -573,7 +573,8 @@ sub handler {
                                             title=>'Student Activity',
                                             text =>'Student Activity',
                                             faq=>139,
-                                            bug=>'instructor interface'});
+                                            bug=>'instructor interface',
+                                            help=>'View_recent_activity'});
     #
     # Give the LON-CAPA page header
     my $args;