course->students); ?>: config->allowstudents, ''); ?>
: course->groupmode or (!$this->course->groupmodeforce)) { $options = array(); $options[NOGROUPS] = get_string('groupsnone'); $options[SEPARATEGROUPS] = get_string('groupsseparate'); $options[VISIBLEGROUPS] = get_string('groupsvisible'); choose_from_menu($options, 'groupmode', $this->config->groupmode, '', '', 0, false, $this->course->groupmodeforce); helpbutton('groupmode', get_string('groupmode')); if ($this->course->groupmodeforce) { // if On, then the dropdown is disabled and wont submit, // which means we loose Quickmails groupmode setting. echo ''; } } ?>