diff options
author | lpsolit%gmail.com <> | 2005-07-13 07:02:10 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-13 07:02:10 +0200 |
commit | 42d23b11188853401a1e152b4a43ea4da18ec717 (patch) | |
tree | 50bb8f3db07a960d382105ed9b8bbdfe8de947cf /template | |
parent | 665e7425ee74b9cdf99baaf3f1758855959b9c18 (diff) | |
download | bugzilla-42d23b11188853401a1e152b4a43ea4da18ec717.tar.gz bugzilla-42d23b11188853401a1e152b4a43ea4da18ec717.tar.xz |
Bug 294160: Step 1 (RO): Create libraries for Products, Components, Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 1b7af3fea..5ad057061 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -149,6 +149,11 @@ The active flag was improperly set. There may be a problem with [% terms.Bugzilla %] or [% terms.abug %] in your browser. + [% ELSIF error == "invalid_numeric_argument" %] + [% title = "Invalid number argument" %] + The argument <code>[% argument FILTER html %] = [% value FILTER html %]</code> + of <code>[% function FILTER html %]</code> is not a natural number. + [% ELSIF error == "invalid_series_id" %] [% title = "Invalid Series" %] The series_id [% series_id FILTER html %] is not valid. It may be that |