]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch by FrÃ...
authorlpsolit%gmail.com <>
Mon, 17 Mar 2008 21:59:34 +0000 (21:59 +0000)
committerlpsolit%gmail.com <>
Mon, 17 Mar 2008 21:59:34 +0000 (21:59 +0000)
query.cgi
template/en/default/search/form.html.tmpl

index caf9da5b192c5b12d335ca536470ac6f9d87d97e..3d74ce7b2b3b8d770938c7a219e49308bac83bb3 100755 (executable)
--- 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",
index 30e2f26506ec1496ba69fb555ae616c8dc4ab18f..8d475504271b3ba69de392826b915aba0fe37070 100644 (file)
@@ -327,10 +327,10 @@ function doOnSelectProduct(selectmode) {
         <label for="deadlinefrom" accesskey="l">Dead<u>l</u>ine</label>:
       </th>
       <td>
-        from&nbsp;
-        <input name="deadlinefrom" id="deadlinefrom" size="10" maxlength="10">&nbsp;
-        to&nbsp;
-        <input name="deadlineto" size="10" maxlength="10">
+        from <input name="deadlinefrom" id="deadlinefrom" size="10" maxlength="10"
+                    value="[% default.deadlinefrom.0 FILTER html %]">
+        to <input name="deadlineto" size="10" maxlength="10"
+                  value="[% default.deadlineto.0 FILTER html %]">
       </td>
       <td>
         <small>(YYYY-MM-DD)</small>