--- loncom/interface/statistics/lonstudentassessment.pm 2004/12/10 16:52:53 1.107
+++ loncom/interface/statistics/lonstudentassessment.pm 2005/01/05 20:01:46 1.108
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentassessment.pm,v 1.107 2004/12/10 16:52:53 matthew Exp $
+# $Id: lonstudentassessment.pm,v 1.108 2005/01/05 20:01:46 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -357,6 +357,9 @@ sub CreateInterface {
$Str .= '';
$Str .= ' 'x5;
+ $Str .=
+ &mt('Status [_1]',
+ '');
$Str .= '
';
return $Str;
}
@@ -1291,7 +1294,8 @@ sub excel_initialize {
# Initialize progress window
%prog_state=&Apache::lonhtmlcommon::Create_PrgWin
($r,'Excel File Compilation Status',
- 'Excel File Compilation Progress', $studentcount);
+ 'Excel File Compilation Progress', $studentcount,
+ 'inline',undef,'Statistics','stats_status');
#
&Apache::lonhtmlcommon::Update_PrgWin($r,\%prog_state,
'Processing first student');
@@ -1492,7 +1496,8 @@ END
my $studentcount = scalar(@Apache::lonstatistics::Students);
%prog_state=&Apache::lonhtmlcommon::Create_PrgWin
($r,'CSV File Compilation Status',
- 'CSV File Compilation Progress', $studentcount);
+ 'CSV File Compilation Progress', $studentcount,
+ 'inline',undef,'Statistics','stats_status');
#
# Open a file
$filename = '/prtspool/'.