summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/form.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-03-17 22:57:26 +0100
committerlpsolit%gmail.com <>2008-03-17 22:57:26 +0100
commite227340c55d243abb28a5bb7a0154ae9e10a91d3 (patch)
treeac8e75de56ca294378d0b9cd4d07dcd09fd1730e /template/en/default/search/form.html.tmpl
parentae5ac4fd14bdbaf73ca32969233c8d0c35532f80 (diff)
downloadbugzilla-e227340c55d243abb28a5bb7a0154ae9e10a91d3.tar.gz
bugzilla-e227340c55d243abb28a5bb7a0154ae9e10a91d3.tar.xz
Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
Diffstat (limited to 'template/en/default/search/form.html.tmpl')
-rw-r--r--template/en/default/search/form.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index e9f2ba676..1df194c3d 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -326,10 +326,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>