From 4c1a9a42e60496cde0565c512eec18d81050cccb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 2 Jan 2009 13:47:17 +0000 Subject: Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/user-error.html.tmpl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 8969b9d30..b072d2bbd 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -271,14 +271,10 @@ [% title = "Classification Already Exists" %] A classification with the name '[% name FILTER html %]' already exists. - [% ELSIF error == "classification_doesnt_exist" %] - [% title = "Classification Does Not Exist" %] - The classification '[% name FILTER html %]' does not exist. - [% ELSIF error == "classification_invalid_sortkey" %] [% title = "Invalid Sortkey for Classification" %] - The sortkey [% sortkey FILTER html %] for the '[% name FILTER html %]' - classification is invalid. It must be a positive integer. + The sortkey [% sortkey FILTER html %] is invalid. + It must be a positive integer. [% ELSIF error == "classification_not_deletable" %] [% title = "Default Classification Can Not Be Deleted" %] -- cgit v1.2.3-24-g4f1b