diff options
author | Simon Green <sgreen@redhat.com> | 2014-07-02 03:32:34 +0200 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2014-07-02 03:32:34 +0200 |
commit | 2cb56fb8a1f8175a85599d8bdd2e5d53f0190a42 (patch) | |
tree | 8cc75cd15fe58d099d79952a26ed93fb29d72c86 /template | |
parent | 2db042923b438c26e2f9683f129d24b4632f8b29 (diff) | |
download | bugzilla-2cb56fb8a1f8175a85599d8bdd2e5d53f0190a42.tar.gz bugzilla-2cb56fb8a1f8175a85599d8bdd2e5d53f0190a42.tar.xz |
Bug 1014345 - Add Group.get RPC call
r=glob, a=glob
Diffstat (limited to 'template')
-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 dcdf70783..85e9fc488 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -812,6 +812,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. |