diff options
Diffstat (limited to 'template/en')
-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 %] |