From 0428d11d761e2e8cc84cba8d19ce367b44e4d67d Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Tue, 27 Mar 2007 07:28:20 +0000 Subject: [PATCH] MDL-9061 --- admin/roles/assign.php | 1 + lang/en_utf8/role.php | 1 + 2 files changed, 2 insertions(+) diff --git a/admin/roles/assign.php b/admin/roles/assign.php index cb94225a582..ea38e2eca7d 100755 --- a/admin/roles/assign.php +++ b/admin/roles/assign.php @@ -197,6 +197,7 @@ 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 diff --git a/lang/en_utf8/role.php b/lang/en_utf8/role.php index 0bd4d9f60d1..7455399ad65 100644 --- a/lang/en_utf8/role.php +++ b/lang/en_utf8/role.php @@ -55,6 +55,7 @@ $string['errorbadroleshortname'] = 'Incorrect role name'; $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';