Diff for /loncom/html/adm/helper/parameter.helper between versions 1.20 and 1.21

version 1.20, 2015/08/15 20:12:04 version 1.21, 2015/08/16 00:21:28
Line 157 Line 157
            . . . for a particular <b>group</b></choice>             . . . for a particular <b>group</b></choice>
       </condition>        </condition>
       <choice computer="student" nextstate="CHOOSE_STUDENT">        <choice computer="student" nextstate="CHOOSE_STUDENT">
          . . . for an individual <b>student</b></choice>           . . . for an individual <b>student</b> or <b>user</b></choice>
       </choices>        </choices>
     </state>      </state>
   
Line 178 Line 178
     </state>      </state>
   
   
   <state name="CHOOSE_STUDENT" title="Select Student">    <state name="CHOOSE_STUDENT" title="Select User">
     <eval>      <eval>
       return &mt('Please select the student you wish to set the ' .        return &mt('Please select the person you wish to set the ' .
        &{$helper->{DATA}->{'dateType'}}() .         &{$helper->{DATA}->{'dateType'}}() .
          ' for:').'<br />';</eval>           ' for:').'<br />';</eval>
     <student variable="USER_NAME" nextstate="FINISH" coursepersonnel='1'/>      <student variable="USER_NAME" nextstate="FINISH" coursepersonnel="1" sectiononly="1" />
     </state>      </state>
   
   <state name="FINISH" title="Verify Selection">    <state name="FINISH" title="Verify Selection">

Removed from v.1.20  
changed lines
  Added in v.1.21


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