--- loncom/interface/lonprintout.pm 2004/07/21 19:49:30 1.317 +++ loncom/interface/lonprintout.pm 2004/07/28 19:07:16 1.318 @@ -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 @@ ENDPART $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";