groups MDL-19559 Just a little pre-tidy up before I clean up the group selection interface
This commit is contained in:
@@ -24,6 +24,8 @@ if (!$course = $DB->get_record('course', array('id'=>$group->courseid))) {
|
||||
}
|
||||
$courseid = $course->id;
|
||||
|
||||
$PAGE->set_url(new moodle_url($CFG->wwwroot.'/groups/members.php', array('id'=>$groupid)));
|
||||
|
||||
require_login($course);
|
||||
$context = get_context_instance(CONTEXT_COURSE, $courseid);
|
||||
require_capability('moodle/course:managegroups', $context);
|
||||
|
||||
@@ -464,7 +464,7 @@ form.popupform label {
|
||||
width: 90%;
|
||||
}
|
||||
.groupmanagementtable td {
|
||||
vertical-align: middle;
|
||||
vertical-align: top;
|
||||
}
|
||||
.groupmanagementtable p {
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user