Diff for /loncom/html/adm/helper/parameter.helper between versions 1.1 and 1.2

version 1.1, 2003/04/18 17:32:26 version 1.2, 2003/05/16 17:21:33
Line 1 Line 1
 <helper title="Course Parameter Helper">  <helper title="Course Parameter Helper" requiredpriv='opa'>
   
   <exec>    <exec>
     my %dateTypeHash = ('open_date' => "opening date",      my %dateTypeHash = ('open_date' => "opening date",
Line 39 Line 39
   
   <state name="CHOOSE_LEVEL" title="Which Problem or Problems?">    <state name="CHOOSE_LEVEL" title="Which Problem or Problems?">
     <message>Which problems do you wish to change a date for?</message>      <message>Which problems do you wish to change a date for?</message>
   
     <choices variable="GRANULARITY">      <choices variable="GRANULARITY">
       <choice computer="whole_course" nextstate="CHOOSE_ACTION">        <choice computer="whole_course" nextstate="CHOOSE_ACTION">
         <b>Every problem</b> in the course          <b>Every problem</b> in the course

Removed from v.1.1  
changed lines
  Added in v.1.2


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