mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-34741 use 2in3 in groups UI
This commit is contained in:
parent
b8b4f65b9c
commit
e3c1d655f8
3 changed files with 10 additions and 5 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue