summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-17 22:59:03 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-17 22:59:03 +0100
commited751860d5613bc1c8617377fd28be4ede04dd78 (patch)
treee79c54722495205cb908d31cfdb764a622a840d9 /template/en/default/bug/edit.html.tmpl
parent738591be1e58b664146eb12b61fa4294d56b534e (diff)
downloadbugzilla-ed751860d5613bc1c8617377fd28be4ede04dd78.tar.gz
bugzilla-ed751860d5613bc1c8617377fd28be4ede04dd78.tar.xz
Bug 329637: Add a Calendar widget to the Deadline field
r=ghendricks, a=mkanat
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 9979e9551..9725134cf 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -999,9 +999,9 @@
[% PROCESS formattimeunit time_unit=bug.estimated_time - (bug.actual_time + bug.remaining_time) %]
</td>
<td>
- <input name="deadline" id="deadline" value="[% bug.deadline %]"
- size="10" maxlength="10"><br />
- <small>(YYYY-MM-DD)</small>
+ [% INCLUDE bug/field.html.tmpl
+ field = bug_fields.deadline, value = bug.deadline, no_tds = 1
+ editable = bug.check_can_change_field('deadline', 0, 1) %]
</td>
</tr>
<tr>