diff options
author | ghendricks%novell.com <> | 2009-11-09 21:54:50 +0100 |
---|---|---|
committer | ghendricks%novell.com <> | 2009-11-09 21:54:50 +0100 |
commit | 88a69f2048d03b845e8e04fd23b1141df9fb8ee1 (patch) | |
tree | 998673928eb17337d32159134df8077cd4ac65a9 /template/en/default/search | |
parent | a8ae1c3475cbc1109aeacf4ebeceb5c0d5089211 (diff) | |
download | bugzilla-88a69f2048d03b845e8e04fd23b1141df9fb8ee1.tar.gz bugzilla-88a69f2048d03b845e8e04fd23b1141df9fb8ee1.tar.xz |
Bug 283609 - Search for relative dates in deadline
patch by ghendricks@novell.com r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/form.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index c7990fd24..a237fd347 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -317,7 +317,7 @@ function doOnSelectProduct(selectmode) { value="[% default.deadlineto.0 FILTER html %]"> </td> <td> - <small>(YYYY-MM-DD)</small> + <small>(YYYY-MM-DD or relative dates)</small> </td> </tr> [% END %] |