]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 678844: When trying to edit a non-existent classification, the error message...
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 16 Aug 2011 11:22:45 +0000 (13:22 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 16 Aug 2011 11:22:45 +0000 (13:22 +0200)
r=glob a=LpSolit

template/en/default/global/user-error.html.tmpl

index b3d92e45e576e69cad520fd8494e22a3c7ed2d63..52c6156b6e080861c7692614a1e5c3563ebe2f0a 100644 (file)
     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" %]
     group
   [% ELSIF class == "Bugzilla::Keyword" %]
     keyword
-  [% ELSIF class == "Bugzilla::Product" %]
-    product
   [% ELSIF class == "Bugzilla::Search::Recent" %]
     recent search
   [% ELSIF class == "Bugzilla::Search::Saved" %]