Skip to content

Commit

Permalink
MDL-9061
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Mar 27, 2007
1 parent e1526d7 commit 0c0ffc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/roles/assign.php
Expand Up @@ -210,6 +210,8 @@
print_heading_with_help(get_string('assignroles', 'role'), 'assignroles');
}

print_simple_box(get_string('globalroleswarning', 'role'), 'center', '700');

if ($roleid) { /// prints a form to swap roles

/// Get all existing participants in this context.
Expand Down
1 change: 1 addition & 0 deletions lang/en_utf8/role.php
Expand Up @@ -57,6 +57,7 @@
$string['errorexistsrolename'] = 'Role name already exists';
$string['errorexistsroleshortname'] = 'Role name already exists';
$string['existingusers'] = '$a existing users';
$string['globalroleswarning'] = 'WARNING! Any roles you assign from this page will apply to the assigned users throughout the entire site, including the front page and all the courses.';
$string['inherit'] = 'Inherit';
$string['legacy:admin'] = 'LEGACY ROLE: Administrator';
$string['legacy:coursecreator'] = 'LEGACY ROLE: Course Creator';
Expand Down

0 comments on commit 0c0ffc0

Please sign in to comment.