* finish task #2867.

This commit is contained in:
chenfeiCF
2017-01-09 13:47:12 +08:00
parent 5b93bc16e4
commit 087e5aed22
11 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -114,7 +114,7 @@
</tr>
<tr>
<th><?php echo $lang->task->estimate;?></th>
<td><?php echo html::input('estimate', $task->estimate, "class='form-control'");?></td>
<td><?php echo html::input('estimate', $task->estimate, "class='form-control' autocomplete='off'");?></td>
</tr>
<tr>
<th><?php echo $lang->task->consumed;?></th>
@@ -122,7 +122,7 @@
</tr>
<tr>
<th><?php echo $lang->task->left;?></th>
<td><?php echo html::input('left', $task->left, "class='form-control'");?></td>
<td><?php echo html::input('left', $task->left, "class='form-control' autocomplete='off'");?></td>
</tr>
</table>
</fieldset>