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

version 1.21, 2015/08/16 00:21:28 version 1.22, 2015/08/28 22:45:11
Line 152 Line 152
       <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>
         <clause>return 1 if (&Apache::longroup::coursegroups())</clause>          <clause>return 1 if (($env{'request.course.groups'} ne '') || (&Apache::lonnet::allowed('mdg',$env{'request.course.id'}) && (&Apache::longroup::coursegroups())))</clause>
         <choice computer="group" nextstate="CHOOSE_GROUP">          <choice computer="group" nextstate="CHOOSE_GROUP">
            . . . for a particular <b>group</b></choice>             . . . for a particular <b>group</b></choice>
       </condition>        </condition>
Line 174 Line 174
       return &mt('Please select the group you wish to set the ' .        return &mt('Please select the group you wish to set the ' .
        &{$helper->{DATA}->{'dateType'}}() .         &{$helper->{DATA}->{'dateType'}}() .
          ' for:').'<br />';</eval>           ' for:').'<br />';</eval>
     <group variable="GROUP_NAME" nextstate="FINISH" />      <group variable="GROUP_NAME" nextstate="FINISH" grouponly="1" />
     </state>      </state>
   
   

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


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