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

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 28 Jul 2004 19:07:16 -0000


albertel		Wed Jul 28 15:07:16 2004 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  - death to popup progress windows!
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.317 loncom/interface/lonprintout.pm:1.318
--- loncom/interface/lonprintout.pm:1.317	Wed Jul 21 15:49:30 2004
+++ loncom/interface/lonprintout.pm	Wed Jul 28 15:07:16 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.317 2004/07/21 19:49:30 albertel Exp $
+# $Id: lonprintout.pm,v 1.318 2004/07/28 19:07:16 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1037,7 +1037,7 @@
 	 $moreenv{'textwidth'}=&get_textwidth($helper,$LaTeXwidth);
 	 $moreenv{'print_discussions'}=$helper->{'VARS'}->{'PRINT_DISCUSSIONS'};
 	 if ($helper->{'VARS'}->{'PRINT_DISCUSSIONS'} eq 'yes') {$moreenv{'problem_split'}='yes';}
-	 my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r,'Print Status','Class Print Status',$#students+1);
+	 my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r,'Print Status','Class Print Status',$#students+1,'inline','75');
 	 my $student_counter=-1;
 	 foreach my $person (@students) {
              my $duefile="/home/httpd/prtspool/$ENV{'user.name'}_$ENV{'user.domain'}_printout.due";