summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-17 01:35:54 +0100
committertravis%sedsystems.ca <>2005-02-17 01:35:54 +0100
commit6d0103591955685c96a0a9afa527d551022c83fc (patch)
treef6b2a2868fb18a97241f59f5c586a863842ab128 /template
parent8a225c2784f6343cd3958b2baabab5d462b46310 (diff)
downloadbugzilla-6d0103591955685c96a0a9afa527d551022c83fc.tar.gz
bugzilla-6d0103591955685c96a0a9afa527d551022c83fc.tar.xz
Bug 281574 : Combine version_/milestone_/component_no_action errors into one.
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl16
1 files changed, 4 insertions, 12 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 5c293bd2b..b47f25a8f 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -258,10 +258,6 @@
You must use an existing [% terms.Bugzilla %] account as initial QA contact for
component '[% name FILTER html %]'.
- [% ELSIF error == "component_no_action" %]
- [% title = "No valid action specified" %]
- No valid action was specified when trying to edit components.
-
[% ELSIF error == "product_not_specified" %]
[% title = "No Product Specified" %]
No product specified when trying to edit components, milestones or
@@ -629,10 +625,6 @@
The name of a milestone is limited to 20 characters.
'[% name FILTER html %]' is too long ([% name.length %] characters).
- [% ELSIF error == "milestone_no_action" %]
- [% title = "No valid action specified" %]
- No valid action was specified when trying to edit milestones.
-
[% ELSIF error == "milestone_not_specified" %]
[% title = "No Milestone Specified" %]
No milestone specified when trying to edit milestones.
@@ -796,6 +788,10 @@
Either no products have been defined to enter [% terms.bugs %] against or you have not
been given access to any.
+ [% ELSIF error == "no_valid_action" %]
+ [% title = "No valid action specified" %]
+ Cannot edit [% field_descs.$field FILTER html %]: no valid action was specified.
+
[% ELSIF error == "number_not_numeric" %]
[% title = "Numeric Value Required" %]
The value '[% num FILTER html %]' in the
@@ -985,10 +981,6 @@
The name of a version is limited to 20 characters.
'[% name FILTER html %]' is too long ([% name.length %] characters).
- [% ELSIF error == "version_no_action" %]
- [% title = "No valid action specified" %]
- No valid action was specified when trying to edit versions.
-
[% ELSIF error == "version_not_specified" %]
[% title = "No Version Specified" %]
No version specified when trying to edit versions.