summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-17 01:16:35 +0100
committertravis%sedsystems.ca <>2005-02-17 01:16:35 +0100
commitea7030a701bfdb503df542c3d7e814b8ea702929 (patch)
tree8ae843e12c0e186587cc1e440090b12f7e3c943e /template
parent4f8be6528de20edd9a5eaa599b11a95a50382918 (diff)
downloadbugzilla-ea7030a701bfdb503df542c3d7e814b8ea702929.tar.gz
bugzilla-ea7030a701bfdb503df542c3d7e814b8ea702929.tar.xz
Bug 271276 : Cannot enter negative time for 'Hours Worked'
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl27
1 files changed, 18 insertions, 9 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index e849e7827..41661886c 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -715,15 +715,6 @@
You must specify a component to help determine the new owner of these
[% terms.bugs %].
- [% ELSIF error == "need_numeric_value" %]
- [% title = "Numeric Value Required" %]
- Hours requires a numeric value.
-
- [% ELSIF error == "need_positive_number" %]
- [% title = "Positive Number Required" %]
- The <em>[% field_descs.$field FILTER html %]</em> field requires a positive
- number.
-
[% ELSIF error == "need_product" %]
[% title = "Product Required" %]
You must specify a product to help determine the new owner of these [% terms.bugs %].
@@ -800,6 +791,24 @@
Either no products have been defined to enter [% terms.bugs %] against or you have not
been given access to any.
+ [% ELSIF error == "number_not_numeric" %]
+ [% title = "Numeric Value Required" %]
+ The value '[% num FILTER html %]' in the
+ <em>[% field_descs.$field FILTER html %]</em> field
+ is not a numeric value.
+
+ [% ELSIF error == "number_too_large" %]
+ [% title = "Number Too Large" %]
+ The value '[% num FILTER html %]' in the
+ <em>[% field_descs.$field FILTER html %]</em> field
+ is more than the maximum allowable value of '[% max_num FILTER html %]'.
+
+ [% ELSIF error == "number_too_small" %]
+ [% title = "Number Too Small" %]
+ The value '[% num FILTER html %]'
+ in the <em>[% field_descs.$field FILTER html %]</em> field
+ is less than the minimum allowable value of '[% min_num FILTER html %]'.
+
[% ELSIF error == "old_password_incorrect" %]
[% title = "Incorrect Old Password" %]
You did not enter your old password correctly.