From c1a8053e98fa659ffda19fae799423c1762dbd10 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 16 Jan 2005 21:36:02 +0000 Subject: Patch for bug 103636: Support specifying a date on which a bug is expected to be resolved; patch by Alexandre Michetti Manduca , r=jouni, a=myk. --- template/en/default/search/form.html.tmpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'template/en/default/search') diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index a3e0d68f5..35a85710d 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -304,6 +304,25 @@ function doOnSelectProduct(selectmode) { [% END %] + + [%# Deadline %] + [% IF UserInGroup(Param("timetrackinggroup")) %] + + + Deadline: + + + from  +   + to  + + + + (YYYY-MM-DD) + + + [% END %] +
-- cgit v1.2.3-24-g4f1b