[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Thu, 15 Jul 2004 15:53:30 -0000
sakharuk Thu Jul 15 11:53:30 2004 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
Two final lines for selected students look better.
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.314 loncom/interface/lonprintout.pm:1.315
--- loncom/interface/lonprintout.pm:1.314 Wed Jul 14 10:15:56 2004
+++ loncom/interface/lonprintout.pm Thu Jul 15 11:53:30 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.314 2004/07/14 14:15:56 sakharuk Exp $
+# $Id: lonprintout.pm,v 1.315 2004/07/15 15:53:30 sakharuk Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1370,7 +1370,7 @@
} else {
my $blankpages = '';
for (my $j=0;$j<$helper->{'VARS'}->{'EMPTY_PAGES'};$j++) {$blankpages.='\clearpage\strut\clearpage';}
- $current_output = '\strut\vspace*{-4 mm}\\newline\\noindent\\makebox[\\textwidth/$number_of_columns][b]{\\hrulefill}\\newline\\noindent{\\tiny Printed from LON-CAPA\\copyright MSU{\\hfill} Licensed under GNU General Public License }\\newpage '.$blankpages.'\setcounter{page}{1}\noindent\parbox{\minipagewidth}{\noindent\\lhead{\\textit{\\textbf{'.$fullname.'}}'.$courseidinfo.' \\hfill \\thepage \\\\ \\textit{'.$currentassignment.'}}} \vskip -5 mm '.$current_output;
+ $current_output = '\strut\vspace*{-6 mm}\\newline\\noindent\\makebox[\\textwidth/$number_of_columns][b]{\\hrulefill}\vspace*{-2 mm}\\newline\\noindent{\\tiny Printed from LON-CAPA\\copyright MSU{\\hfill} Licensed under GNU General Public License }\\newpage '.$blankpages.'\setcounter{page}{1}\noindent\parbox{\minipagewidth}{\noindent\\lhead{\\textit{\\textbf{'.$fullname.'}}'.$courseidinfo.' \\hfill \\thepage \\\\ \\textit{'.$currentassignment.'}}} \vskip -5 mm '.$current_output;
}
return ($current_output,$fullname);