From 0d5229b86a25ce7c766b47c71c47e3eabe6fa9f9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 17 Mar 2008 21:59:34 +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 caf9da5b19..3d74ce7b2b 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 30e2f26506..8d47550427 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -327,10 +327,10 @@ function doOnSelectProduct(selectmode) { : - from  -   - to  - + from + to (YYYY-MM-DD) -- 2.47.2