diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-22 13:57:18 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-22 13:57:18 +0200 |
commit | 0648da61a152736bcc39cf37e8aadaeda4c10e75 (patch) | |
tree | a128157ec0dd2f8c33f8105f2eb6a6f5a2da99e6 /template/en | |
parent | 67fe43bea97e7ccabe7db1d3ea478bac332c1520 (diff) | |
download | bugs-0648da61a152736bcc39cf37e8aadaeda4c10e75.tar bugs-0648da61a152736bcc39cf37e8aadaeda4c10e75.tar.gz bugs-0648da61a152736bcc39cf37e8aadaeda4c10e75.tar.bz2 bugs-0648da61a152736bcc39cf37e8aadaeda4c10e75.tar.xz bugs-0648da61a152736bcc39cf37e8aadaeda4c10e75.zip |
Remove unused error tag
https://bugzilla.mozilla.org/show_bug.cgi?id=523205
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 7d816082d..a734435a1 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -757,11 +757,6 @@ <em>[% name FILTER html %]</em> is a system group. This group cannot be deleted. - [% ELSIF error == "group_unknown" %] - [% title = "Unknown Group" %] - The group [% name FILTER html %] does not exist. Please specify - a valid group name. Create it first if necessary! - [% ELSIF error == "illegal_attachment_edit" %] [% title = "Unauthorized Action" %] You are not authorized to edit attachment [% attach_id FILTER html %]. |