summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-26 01:58:40 +0100
committertravis%sedsystems.ca <>2005-02-26 01:58:40 +0100
commit5d8f3d8e3d5309dbdbb86ab65c7712f370e861fa (patch)
tree87d90b7c93db795657b64b33fd324b53d9043cbf /template
parent17326153d8a11b8bd1f5b2189ccd85d94a57cd7b (diff)
downloadbugzilla-5d8f3d8e3d5309dbdbb86ab65c7712f370e861fa.tar.gz
bugzilla-5d8f3d8e3d5309dbdbb86ab65c7712f370e861fa.tar.xz
Bug 283361 : 'Deadline' info not saved in bookmarkable template
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=wurblzap a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/create/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index 946072b31..d5ea69bdb 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -231,7 +231,7 @@ function set_assign_to() {
<tr>
<td align="right"><strong>Deadline:</strong></td>
<td colspan="3">
- <input name="deadline" size="10" maxlength="10">
+ <input name="deadline" size="10" maxlength="10" value="[% deadline FILTER html %]">
<small>(YYYY-MM-DD)</small>
</td>
</tr>