MDL-34741 use 2in3 in groups UI

This commit is contained in:
Petr Škoda 2012-08-06 19:02:55 +02:00
parent b8b4f65b9c
commit e3c1d655f8
3 changed files with 10 additions and 5 deletions

View file

@ -84,7 +84,6 @@ $strusergroupmembership = get_string('usergroupmembership', 'group');
$groupname = format_string($group->name);
$PAGE->requires->yui2_lib('connection');
$PAGE->requires->js('/group/clientlib.js');
$PAGE->navbar->add($strparticipants, new moodle_url('/user/index.php', array('id'=>$course->id)));
$PAGE->navbar->add($strgroups, new moodle_url('/group/index.php', array('id'=>$course->id)));