Diff for /loncom/interface/lonprintout.pm between versions 1.146 and 1.147

version 1.146, 2003/05/05 14:30:23 version 1.147, 2003/05/05 15:09:02
Line 1886  HELPERFRAGMENT Line 1886  HELPERFRAGMENT
   <state name="CHOOSE_STUDENTS" title="Choose Students">    <state name="CHOOSE_STUDENTS" title="Choose Students">
     <message>Select the students you wish to print the problems for:</message>      <message>Select the students you wish to print the problems for:</message>
     <student multichoice='1' variable="STUDENTS" nextstate="PAGESIZE" />      <student multichoice='1' variable="STUDENTS" nextstate="PAGESIZE" />
       <resource variable="RESOURCES" multichoice="1">
         <filterfunc>return $isProblem</filterfunc>
         <valuefunc>return $symb</valuefunc>
         </resource>
     </state>      </state>
 CHOOSE_STUDENTS  CHOOSE_STUDENTS
     }      }

Removed from v.1.146  
changed lines
  Added in v.1.147


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>