summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
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/list
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/list')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl10
1 files changed, 3 insertions, 7 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index 91c86cc64..5f16dae69 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -149,13 +149,9 @@
value="[% dontchange FILTER html %]"
size="6">
</td>
- <th><label for="deadline">Deadline (YYYY-MM-DD):</label></th>
- <td>
- <input id="deadline"
- name="deadline"
- value="[% dontchange FILTER html %]"
- size="10">
- </td>
+ [% PROCESS bug/field.html.tmpl
+ field = bug_fields.deadline, value = dontchange
+ editable = 1, allow_dont_change = 1 %]
</tr>
<tr>
<th><label for="remaining_time">Remaining Hours:</label></th>