From e227340c55d243abb28a5bb7a0154ae9e10a91d3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 17 Mar 2008 21:57:26 +0000 Subject: [PATCH] =?utf8?q?Bug=20375585:=20Deadline=20not=20showing=20in=20?= =?utf8?q?Edit=20Search=20view=20of=20saved=20Search=20-=20Patch=20by=20Fr?= =?utf8?q?=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r?= =?utf8?q?=3Dwurblzap=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- query.cgi | 1 + template/en/default/search/form.html.tmpl | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/query.cgi b/query.cgi index 67b3df8b65..dbdf69be9f 100755 --- a/query.cgi +++ b/query.cgi @@ -129,6 +129,7 @@ sub PrefillForm { "bug_file_loc_type", "status_whiteboard", "status_whiteboard_type", "bug_id", "bugidtype", "keywords", "keywords_type", + "deadlinefrom", "deadlineto", "x_axis_field", "y_axis_field", "z_axis_field", "chart_format", "cumulate", "x_labels_vertical", "category", "subcategory", "name", "newcategory", diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index e9f2ba676d..1df194c3d7 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -326,10 +326,10 @@ function doOnSelectProduct(selectmode) { : - from  -   - to  - + from + to (YYYY-MM-DD) -- 2.47.2