[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
foxr
lon-capa-cvs@mail.lon-capa.org
Tue, 22 Mar 2005 11:59:26 -0000
foxr Tue Mar 22 06:59:26 2005 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
Defect 1851 - modified lonprintout.pm to include course personnel in the
listing of 'students' This is an existing option for the <student> tag in
the helper. Seems to attempt to do what its' supposed to do most of what it
should do.. I need to investigate that access rights are appropriately handled
and other similar issues.
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.369 loncom/interface/lonprintout.pm:1.370
--- loncom/interface/lonprintout.pm:1.369 Tue Mar 22 05:53:43 2005
+++ loncom/interface/lonprintout.pm Tue Mar 22 06:59:26 2005
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.369 2005/03/22 10:53:43 foxr Exp $
+# $Id: lonprintout.pm,v 1.370 2005/03/22 11:59:26 foxr Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1874,7 +1874,7 @@
&Apache::lonxml::xmlparse($r, 'helper', <<CHOOSE_STUDENTS);
<state name="CHOOSE_STUDENTS" title="Select Students and Resources">
- <student multichoice='1' variable="STUDENTS" nextstate="PAGESIZE" />
+ <student multichoice='1' variable="STUDENTS" nextstate="PAGESIZE" coursepersonnel="1"/>
<message><b>Select sort order</b> </message>
<choices variable='student_sort'>
<choice computer='0'>Sort by section then student</choice>
@@ -1950,7 +1950,7 @@
&Apache::lonxml::xmlparse($r, 'helper', <<CHOOSE_STUDENTS1);
<state name="CHOOSE_STUDENTS1" title="Select Students and Resources">
- <student multichoice='1' variable="STUDENTS" nextstate="PAGESIZE" />
+ <student multichoice='1' variable="STUDENTS" nextstate="PAGESIZE" coursepersonnel="1" />
<choices variable='student_sort'>
<choice computer='0'>Sort by section then student</choice>
<choice computer='1'>Sort by students across sections.</choice>