diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-14 02:01:36 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-14 02:01:36 +0200 |
commit | 0ea0ca026a6844b06c83de698243ed929cc25ad1 (patch) | |
tree | 4ba6e2f6bde60017285f0e395d61077443428723 /template | |
parent | 35bbe927071fe5a867b25314642827075f6f0f41 (diff) | |
download | bugzilla-0ea0ca026a6844b06c83de698243ed929cc25ad1.tar.gz bugzilla-0ea0ca026a6844b06c83de698243ed929cc25ad1.tar.xz |
The illegal_changed_in_x_days error message is no longer used.
https://bugzilla.mozilla.org/show_bug.cgi?id=578323
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 0cfe57098..0f094b3a5 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -802,11 +802,6 @@ but only a user allowed to edit both related [% terms.bugs %] may change that field. - [% ELSIF error == "illegal_changed_in_last_x_days" %] - [% title = "Your Search Makes No Sense" %] - The <em>Changed in last ___ days</em> field must be a simple number. - You entered <tt>[% value FILTER html %]</tt>, which isn't. - [% ELSIF error == "illegal_date" %] [% title = "Illegal Date" %] '<tt>[% date FILTER html %]</tt>' is not a legal date. |