--- loncom/interface/lonprintout.pm 2003/05/28 20:27:40 1.186 +++ loncom/interface/lonprintout.pm 2003/05/28 21:25:33 1.187 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.186 2003/05/28 20:27:40 bowersj2 Exp $ +# $Id: lonprintout.pm,v 1.187 2003/05/28 21:25:33 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -502,13 +502,14 @@ sub latex_corrections { sub output_data { my ($r,$helper,$rparmhash) = @_; my %parmhash = %$rparmhash; + my $bodytag=&Apache::loncommon::bodytag('Preparing Printout'); $r->print(< LON-CAPA output for printing - -
+$bodytag +Please stand by while processing your print request, this may take some time ... ENDPART my $format_from_helper = $helper->{'VARS'}->{'FORMAT'}; @@ -931,7 +932,7 @@ sub printHelper { push @{$printChoices}, ["$resourceTitle (prints what you just saw on the screen)", 'current_document', 'PAGESIZE']; } - $r->print($helper->{VARS}->{'postdata'}); +# $r->print($helper->{VARS}->{'postdata'}); # If we're in a sequence... if ($helper->{'VARS'}->{'construction'} ne '1') {