Commit aebf6053 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 313744: Deadline Field not available when changing several bugs at once -…

Bug 313744: Deadline Field not available when changing several bugs at once - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit
parent 14d81133
......@@ -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>&nbsp;</th>
<td>&nbsp;</td>
</tr>
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment