summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-24 06:47:50 +0200
committerlpsolit%gmail.com <>2005-10-24 06:47:50 +0200
commit46c89016520cf272223cba52e704388fa94b4392 (patch)
tree7fabf7e470cb3609bd6bbdd40a1c23463a10e5e0 /template/en/default/global/code-error.html.tmpl
parentd0042bb7c9340ef4dd80b3abe3b2f45ed4bf862b (diff)
downloadbugzilla-46c89016520cf272223cba52e704388fa94b4392.tar.gz
bugzilla-46c89016520cf272223cba52e704388fa94b4392.tar.xz
Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl16
1 files changed, 7 insertions, 9 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 796e1e4b2..534938ff7 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -154,11 +154,6 @@
[%+ terms.bug %] [%+ bug_id FILTER html %].
[% END %]
- [% ELSIF error == "invalid_isactive_flag" %]
- [% title = "Invalid isactive flag" %]
- 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>
@@ -245,13 +240,12 @@
[%+ series.subcategory FILTER html %] /
[%+ series.name FILTER html %].
- [% ELSIF error == "no_y_axis_defined" %]
- No Y axis was defined when creating report. The X axis is optional,
- but the Y axis is compulsory.
-
[% ELSIF error == "need_quipid" %]
A valid quipid is needed.
+ [% ELSIF error == "unknown_comparison_type" %]
+ Specified comparison type is not supported.
+
[% ELSIF error == "request_queue_group_invalid" %]
The group field <em>[% group FILTER html %]</em> is invalid.
@@ -298,6 +292,10 @@
I could not figure out what you wanted to do.
[% END %]
+ [% ELSIF error == "must_be_patch" %]
+ [% title = "Attachment Must Be Patch" %]
+ Attachment #[% attach_id FILTER html %] must be a patch.
+
[% ELSIF error == "nested_transaction" %]
Attempted to start a new transaction without finishing previous one first.