[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
bowersj2
lon-capa-cvs@mail.lon-capa.org
Wed, 10 Sep 2003 19:38:34 -0000
bowersj2 Wed Sep 10 15:38:34 2003 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
Have the printout show the summary.
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.233 loncom/interface/lonprintout.pm:1.234
--- loncom/interface/lonprintout.pm:1.233 Tue Sep 9 14:46:28 2003
+++ loncom/interface/lonprintout.pm Wed Sep 10 15:38:34 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.233 2003/09/09 18:46:28 www Exp $
+# $Id: lonprintout.pm,v 1.234 2003/09/10 19:38:34 bowersj2 Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1179,7 +1179,7 @@
my $helperFragment = <<HELPERFRAGMENT;
<state name="CHOOSE_PROBLEMS" title="Select Problem(s) to print">
<message>(mark them then click "next" button) <br /></message>
- <resource variable="RESOURCES" multichoice="1" toponly='1'>
+ <resource variable="RESOURCES" multichoice="1" toponly='1' addstatus="1">
<nextstate>PAGESIZE</nextstate>
<filterfunc>return $isProblem;</filterfunc>
<mapurl>$map</mapurl>
@@ -1189,7 +1189,7 @@
<state name="CHOOSE_PROBLEMS_HTML" title="Select Resource(s) to print">
<message>(mark them then click "next" button) <br /></message>
- <resource variable="RESOURCES" multichoice="1" toponly='1'>
+ <resource variable="RESOURCES" multichoice="1" toponly='1' addstatus="1">
<nextstate>PAGESIZE</nextstate>
<filterfunc>return $isNotMap;</filterfunc>
<mapurl>$map</mapurl>
@@ -1215,7 +1215,8 @@
&Apache::lonxml::xmlparse($r, 'helper', <<CHOOSE_STUDENTS);
<state name="ALL_PROBLEMS" title="Select Problem(s) to print">
<message>(mark them then click "next" button) <br /></message>
- <resource variable="RESOURCES" multichoice="1" suppressEmptySequences='1'>
+ <resource variable="RESOURCES" multichoice="1"
+ suppressEmptySequences='1' addstatus="1">
<nextstate>PAGESIZE</nextstate>
<filterfunc>return $isProblemOrMap;</filterfunc>
<choicefunc>return $isProblem;</choicefunc>
@@ -1226,7 +1227,7 @@
<state name="CHOOSE_STUDENTS" title="Select Students and Resources">
<student multichoice='1' variable="STUDENTS" nextstate="PAGESIZE" />
<message><br /><big><i><b>Select resources for the assignment</b></i></big><br /></message>
- <resource variable="RESOURCES" multichoice="1">
+ <resource variable="RESOURCES" multichoice="1" addstatus="1">
<filterfunc>return $isProblem</filterfunc>
<mapurl>$map</mapurl>
<valuefunc>return $symb</valuefunc>