* finish task #2783.

This commit is contained in:
wangyidong
2016-12-01 15:36:25 +08:00
parent e472df69de
commit 75c4c563f5
5 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<td class='w-p25-f'><div class='datepicker-wrapper datepicker-date'><?php echo html::input('realStarted', $task->realStarted == '0000-00-00' ? helper::today() : $task->realStarted, "class='form-control form-date'");?></div></td><td></td>
</tr>
<tr>
<th><?php echo $lang->task->thisConsume;?></th>
<th><?php echo $lang->task->consumed;?></th>
<td><div class='input-group'><?php echo html::input('consumed', $task->consumed, "class='form-control'");?> <span class='input-group-addon'><?php echo $lang->task->hour;?></span></div></td><td></td>
</tr>
<tr>