mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MOre cleanups for notes interface
This commit is contained in:
parent
ebbf8c16c6
commit
9f26cce6da
5 changed files with 15 additions and 5 deletions
|
@ -72,6 +72,7 @@
|
|||
|
||||
/// output HTML
|
||||
$nav = array();
|
||||
$nav[] = array('name' => get_string('participants'), 'link' => $CFG->wwwroot . '/user/index.php?id=' . $course->id, 'type' => 'misc');
|
||||
$nav[] = array('name' => fullname($user), 'link' => $CFG->wwwroot . '/user/view.php?id=' . $user->id. '&course=' . $course->id, 'type' => 'misc');
|
||||
$nav[] = array('name' => get_string('notes', 'notes'), 'link' => $CFG->wwwroot . '/notes/index.php?course=' . $course->id . '&user=' . $user->id, 'type' => 'misc');
|
||||
$nav[] = array('name' => $strnotes, 'link' => '', 'type' => 'activity');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue