diff options
author | lpsolit%gmail.com <> | 2005-07-29 23:14:40 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-29 23:14:40 +0200 |
commit | ab199bf568703d0c287d0f21ce1816e44183aa02 (patch) | |
tree | 41e9ffb1230afed4f0bfff0d463a3e9e025c26e4 /template/en/default/global | |
parent | 966c262164d7dd68686862fa827d0dfde2132b69 (diff) | |
download | bugzilla-ab199bf568703d0c287d0f21ce1816e44183aa02.tar.gz bugzilla-ab199bf568703d0c287d0f21ce1816e44183aa02.tar.xz |
Bug 286294: cleanup editclassifications.cgi and migrate the existent code to use Classification.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=myk
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 6fd58ee66..59bbe1d87 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -248,10 +248,6 @@ must reassign those products to another classification before you can delete this one. - [% ELSIF error == "cant_delete_default_classification" %] - Sorry, but you can not delete the default classification, - '[% name FILTER html %]'. - [% ELSIF error == "component_already_exists" %] [% title = "Component Already Exists" %] A component with the name '[% name FILTER html %]' already exists. |