From 2cb56fb8a1f8175a85599d8bdd2e5d53f0190a42 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 2 Jul 2014 11:32:34 +1000 Subject: Bug 1014345 - Add Group.get RPC call r=glob, a=glob --- template/en/default/global/user-error.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template') 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. -- cgit v1.2.3-24-g4f1b