diff options
author | lpsolit%gmail.com <> | 2008-01-04 07:20:42 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-01-04 07:20:42 +0100 |
commit | aebf6053b11bb9c9677771880d3301b747e0cd13 (patch) | |
tree | 1f017512b892cae1c4668dd9dbcc36f825be5f75 /template | |
parent | 14d8113353b88817bee723c040769ed183e4f71e (diff) | |
download | bugzilla-aebf6053b11bb9c9677771880d3301b747e0cd13.tar.gz bugzilla-aebf6053b11bb9c9677771880d3301b747e0cd13.tar.xz |
Bug 313744: Deadline Field not available when changing several bugs at once - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index f19410ab8..9aa110359 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -140,6 +140,15 @@ 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> + </tr> + <tr> <th><label for="remaining_time">Remaining Hours:</label></th> <td> <input id="remaining_time" @@ -147,6 +156,8 @@ value="[% dontchange FILTER html %]" size="6"> </td> + <th> </th> + <td> </td> </tr> [% END %] |