summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-07-13 14:12:29 +0200
committerjocuri%softhome.net <>2004-07-13 14:12:29 +0200
commitac8796ba2733be5e0e618148ee12488cc567d34e (patch)
tree38799525d5b981b4e01c76657ffb126561f36680 /template/en/default/global/code-error.html.tmpl
parenta74271e7d1081c86862151116531c5f42f3e4c7d (diff)
downloadbugzilla-ac8796ba2733be5e0e618148ee12488cc567d34e.tar.gz
bugzilla-ac8796ba2733be5e0e618148ee12488cc567d34e.tar.xz
Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl15
1 files changed, 10 insertions, 5 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index c5233b8e8..ae47ed349 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -61,6 +61,10 @@
The ID <code>[% page_id FILTER html %]</code> is not a
valid page identifier.
+ [% ELSIF error == "bad_arg" %]
+ Bad argument <code>[% argument FILTER html %]</code> sent to
+ <code>[% function FILTER html %]</code> function.
+
[% ELSIF error == "bug_error" %]
Trying to retrieve [% terms.bug %] [%+ bug.bug_id FILTER html %] returned
the error [% bug.error FILTER html %].
@@ -104,10 +108,6 @@
Attempted to add [% terms.bug %] to an inactive group, identified by the bit
'[% bit FILTER html %]'.
- [% ELSIF error == "bad_arg" %]
- Bad argument <code>[% argument FILTER html %]</code> sent to
- <code>[% function FILTER html %]</code> function.
-
[% ELSIF error == "invalid_attach_id_to_obsolete" %]
The attachment number of one of the attachments you wanted to obsolete,
[% attach_id FILTER html %], is invalid.
@@ -131,7 +131,12 @@
[% ELSIF error == "invalid_dimensions" %]
[% title = "Invalid Dimensions" %]
The width or height specified is not a positive integer.
-
+
+ [% 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_series_id" %]
[% title = "Invalid Series" %]
The series_id [% series_id FILTER html %] is not valid. It may be that