* Finish task #5309.

This commit is contained in:
Yagami
2019-02-20 15:53:47 +08:00
parent b5987e61a1
commit 6efbe82455
103 changed files with 318 additions and 318 deletions
+2 -2
View File
@@ -27,11 +27,11 @@
</tr>
<tr>
<th><?php echo $lang->task->record;?></th>
<td><?php echo html::input('consumed', $estimate->consumed, 'class="form-control" autocomplete="off"');?></td>
<td><?php echo html::input('consumed', $estimate->consumed, 'class="form-control"');?></td>
</tr>
<tr>
<th><?php echo $lang->task->left;?></th>
<td><?php echo html::input('left', $estimate->left, 'class="form-control" autocomplete="off"');?></td>
<td><?php echo html::input('left', $estimate->left, 'class="form-control"');?></td>
</tr>
<tr>
<th><?php echo $lang->comment;?></th>