diff options
author | Byron Jones <bjones@mozilla.com> | 2011-05-10 07:47:46 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2011-05-10 07:47:46 +0200 |
commit | 804336689c430040f478520ea6655260cbd6735d (patch) | |
tree | 7331f2df14035ff6e59de1200f8cb0b0b49fb303 /template/en/default/global | |
parent | 12a41578a29208f7e2ef32129ae1a9f4ae7a4f83 (diff) | |
download | bugzilla-804336689c430040f478520ea6655260cbd6735d.tar.gz bugzilla-804336689c430040f478520ea6655260cbd6735d.tar.xz |
Bug 28849: Block users from CCing other users if they do not have editbugs privs
r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 1dd747f30..52bacc457 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -280,6 +280,10 @@ 'query.html#list' => "$terms.Bug lists"} %] You may not search, or create saved searches, without any search terms. + [% ELSIF error == "cc_remove_denied" %] + [% title = "Change Denied" %] + You do not have permission to remove other people from the CC list. + [% ELSIF error == "chart_too_large" %] [% title = "Chart Too Large" %] Sorry, but 2000 x 2000 is the maximum size for a chart. |