]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
The illegal_changed_in_x_days error message is no longer used.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 14 Jul 2010 00:01:36 +0000 (17:01 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 14 Jul 2010 00:01:36 +0000 (17:01 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=578323

template/en/default/global/user-error.html.tmpl

index 0cfe57098a698fc1450b58193f37307b40167b03..0f094b3a502b1359129d843cbe6a4542dee38f8f 100644 (file)
     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.