summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-07-11 08:19:59 +0200
committerlpsolit%gmail.com <>2005-07-11 08:19:59 +0200
commit9a46dc023dc2123c305f2b7bc39ddc5efb7c9c6e (patch)
treec185c1f1db410f194da092629a787fbee2fb02ae /template
parentdf8ee685cf1f6ad78f3a4c0d01d64cc492c5c19d (diff)
downloadbugzilla-9a46dc023dc2123c305f2b7bc39ddc5efb7c9c6e.tar.gz
bugzilla-9a46dc023dc2123c305f2b7bc39ddc5efb7c9c6e.tar.xz
Bug 291209: Allow Relative Date Searches by Hour - Patch by Justin "Callek" Wood <bugspam.Callek@gmail.com> r=joel a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/search/search-help.html.tmpl14
1 files changed, 8 insertions, 6 deletions
diff --git a/template/en/default/search/search-help.html.tmpl b/template/en/default/search/search-help.html.tmpl
index 0d4b53e26..0c8529d05 100644
--- a/template/en/default/search/search-help.html.tmpl
+++ b/template/en/default/search/search-help.html.tmpl
@@ -92,15 +92,17 @@
{ id => "chfieldfrom",
html => "Specify the start and end dates either in YYYY-MM-DD format<br>
(optionally followed by HH:mm, in 24 hour clock), or in relative<br>
- dates such as 1d, 2w, 3m, 4y, which respectively mean one day,<br>
- two weeks, three months, or four years ago. 0d is last midnight,<br>
- and 0w, 0m, 0y is the beginning of this week, month, or year." },
+ dates such as 1h, 2d, 3w, 4m, 5y, which respectively mean one hour,<br>
+ one day, two weeks, three months, or four years ago. 0d is last<br>
+ midnight, and 0h, 0w, 0m, 0y is the beginning of this hour, week,<br>
+ month, or year." },
{ id => "chfieldto",
html => "Specify the start and end dates either in YYYY-MM-DD format<br>
(optionally followed by HH:mm, in 24 hour clock), or in relative<br>
- dates such as 1d, 2w, 3m, 4y, which respectively mean one day,<br>
- two weeks, three months, or four years ago. 0d is last midnight,<br>
- and 0w, 0m, 0y is the beginning of this week, month, or year." },
+ dates such as 1h, 2d, 3w, 4m, 5y, which respectively mean one hour,<br>
+ one day, two weeks, three months, or four years ago. 0d is last<br>
+ midnight, and 0h, 0w, 0m, 0y is the beginning of this hour, week,<br>
+ month, or year." },
{ id => "chfieldvalue",
html => "The value the field defined above changed to during that time." },
] %]