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

version 1.19, 2010/03/16 15:12:36 version 1.20, 2015/08/15 20:12:04
Line 1 Line 1
 <helper title="Course Parameter Helper" requiredpriv='opa'>  <helper title="Course Parameter Helper" requiredpriv='opa&S'>
   
   <exec>    <exec>
     # 'dateTypeHash' should really be renamed now that we have tries...      # 'dateTypeHash' should really be renamed now that we have tries...
Line 144 Line 144
         ' for ...');          ' for ...');
       </eval>        </eval>
     <choices variable="TARGETS">      <choices variable="TARGETS">
       <choice computer="course" nextstate="FINISH">        <condition>
          . . . for <b>all students</b> in the course</choice>          <clause>return 1 if ($env{'request.course.sec'} eq '')</clause>
           <choice computer="course" nextstate="FINISH">
              . . . for <b>all students</b> in the course</choice>
         </condition>
       <choice computer="section" nextstate="CHOOSE_SECTION">        <choice computer="section" nextstate="CHOOSE_SECTION">
          . . . for a particular <b>section</b></choice>           . . . for a particular <b>section</b></choice>
       <condition>        <condition>
Line 163 Line 166
       return &mt('Please select the section you wish to set the ' .        return &mt('Please select the section you wish to set the ' .
        &{$helper->{DATA}->{'dateType'}}() .         &{$helper->{DATA}->{'dateType'}}() .
          ' for:').'<br />';</eval>           ' for:').'<br />';</eval>
     <section variable="SECTION_NAME" nextstate="FINISH" />      <section variable="SECTION_NAME" nextstate="FINISH" onlysections="1" />
     </state>      </state>
   
   <state name="CHOOSE_GROUP" title="Select Group">    <state name="CHOOSE_GROUP" title="Select Group">

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


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