groups MDL-19559 Just a little pre-tidy up before I clean up the group selection interface

This commit is contained in:
samhemelryk
2009-09-21 08:22:52 +00:00
parent dfab77a26e
commit 849185cee9
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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);
+1 -1
View File
@@ -464,7 +464,7 @@ form.popupform label {
width: 90%;
}
.groupmanagementtable td {
vertical-align: middle;
vertical-align: top;
}
.groupmanagementtable p {
text-align: left;