From: moodler Date: Sun, 29 Oct 2006 08:14:30 +0000 (+0000) Subject: Merged new help links from stable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4505a8b762070926003fad2871bfdca08ffd8160;p=moodle.git Merged new help links from stable --- diff --git a/admin/roles/manage.php b/admin/roles/manage.php index a589cb9128..9036301b52 100755 --- a/admin/roles/manage.php +++ b/admin/roles/manage.php @@ -281,13 +281,13 @@ switch ($action) { case 'add': - print_heading(get_string('addrole', 'role')); + print_heading_with_help(get_string('addrole', 'role'), 'role'); break; case 'view': - print_heading(get_string('viewrole', 'role')); + print_heading_with_help(get_string('viewrole', 'role'), 'role'); break; case 'edit': - print_heading(get_string('editrole', 'role')); + print_heading_with_help(get_string('editrole', 'role'), 'role'); break; } diff --git a/admin/roles/managetabs.php b/admin/roles/managetabs.php index 563ef9aabd..97b429c0fa 100755 --- a/admin/roles/managetabs.php +++ b/admin/roles/managetabs.php @@ -1,7 +1,7 @@ wwwroot.'/'.$CFG->admin.'/roles/manage.php', get_string('manageroles', 'role')); + $toprow[] = new tabobject('manage', $CFG->wwwroot.'/'.$CFG->admin.'/roles/manage.php', get_string('manageroles', 'role'),'', true); $toprow[] = new tabobject('allowassign', $CFG->wwwroot.'/'.$CFG->admin.'/roles/allowassign.php', get_string('allowassign', 'role'));