diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-16 13:24:10 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-16 13:24:10 +0200 |
commit | 38ff922b0f904d170d4f63742394e902a270ac24 (patch) | |
tree | f4170adec118282e1749185415f3470a261e9228 | |
parent | 32ca131f3518873f80690b8bf51b32337c422927 (diff) | |
download | bugzilla-38ff922b0f904d170d4f63742394e902a270ac24.tar.gz bugzilla-38ff922b0f904d170d4f63742394e902a270ac24.tar.xz |
Bug 678844: When trying to edit a non-existent classification, the error message has missing words
r=glob a=LpSolit
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 5af39dc80..35640b220 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1790,6 +1790,10 @@ attachment [% ELSIF class == "Bugzilla::User" %] user + [% ELSIF class == "Bugzilla::Classification" %] + classification + [% ELSIF class == "Bugzilla::Product" %] + product [% ELSIF class == "Bugzilla::Component" %] component [% ELSIF class == "Bugzilla::Version" %] @@ -1808,8 +1812,6 @@ group [% ELSIF class == "Bugzilla::Keyword" %] keyword - [% ELSIF class == "Bugzilla::Product" %] - product [% ELSIF class == "Bugzilla::Search::Recent" %] recent search [% ELSIF class == "Bugzilla::Search::Saved" %] |