diff options
author | David Lawrence <dkl@mozilla.com> | 2014-10-09 19:56:44 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-10-09 19:56:44 +0200 |
commit | 3d8f65f7f13925438711856935a2e535583d5ead (patch) | |
tree | f9dc23449b8027d28c2a0a88bfe40b9eae90bef1 /template/en/default | |
parent | aafa79dbed67514aede45f884572c30934854107 (diff) | |
download | bugzilla-3d8f65f7f13925438711856935a2e535583d5ead.tar.gz bugzilla-3d8f65f7f13925438711856935a2e535583d5ead.tar.xz |
Bug 1079476: Backport upstream bug 1014345 and bug 658485 to bmo/4.2 to allow getting and updating groups
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b04deb4d6..cddf1c5b7 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -793,6 +793,11 @@ in the database which refer to it. All references to this group must be removed before you can remove it. + [% ELSIF error == "group_cannot_view" %] + [% title = "Cannot View Groups" %] + In order to view groups, you need to be a member of the 'editusers' or + 'creategroups' group, or have bless privileges to at least one group. + [% ELSIF error == "group_exists" %] [% title = "The group already exists" %] The group [% name FILTER html %] already exists. |