--- loncom/html/adm/helper/parameter.helper 2015/08/15 20:12:04 1.20 +++ loncom/html/adm/helper/parameter.helper 2015/08/28 22:45:11 1.22 @@ -152,12 +152,12 @@ . . . for a particular section - return 1 if (&Apache::longroup::coursegroups()) + return 1 if (($env{'request.course.groups'} ne '') || (&Apache::lonnet::allowed('mdg',$env{'request.course.id'}) && (&Apache::longroup::coursegroups()))) . . . for a particular group - . . . for an individual student + . . . for an individual student or user @@ -174,16 +174,16 @@ return &mt('Please select the group you wish to set the ' . &{$helper->{DATA}->{'dateType'}}() . ' for:').'
'; - + - + - 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'}}() . ' for:').'
';
- +