diff options
author | lpsolit%gmail.com <> | 2006-08-06 08:32:36 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-06 08:32:36 +0200 |
commit | 7376b09e2d81d6b673d72ccf11c043d8790e5f72 (patch) | |
tree | f0f5feb0f8f3fe78594fab98e2b6603e3bba5689 /template | |
parent | 38c7d0766195d9d84fcd81bc23b9c71bff5bea6d (diff) | |
download | bugzilla-7376b09e2d81d6b673d72ccf11c043d8790e5f72.tar.gz bugzilla-7376b09e2d81d6b673d72ccf11c043d8790e5f72.tar.xz |
Bug 347277: Entering an non-integer sortkey crashes editclassifications.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index bd50bdcd7..c1bb099cf 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -261,6 +261,11 @@ The classification '[% classification FILTER html %]' does not exist for product '[% product FILTER html %]'. + [% ELSIF error == "classification_invalid_sortkey" %] + [% title = "Invalid Sortkey for Classification" %] + The sortkey <em>[% sortkey FILTER html %]</em> for the '[% name FILTER html %]' + classification is invalid. It must be a positive integer. + [% ELSIF error == "classification_not_deletable" %] [% title = "Default Classification Can Not Be Deleted" %] You can not delete the default classification |