* code for task#1407.

This commit is contained in:
zhujinyong
2013-06-21 08:52:37 +00:00
parent 3c4699fc29
commit e90cb4e144

View File

@@ -1,6 +1,5 @@
<?php include '../../common/view/m.header.html.php';?>
</div>
<?php include '../../common/view/datepicker.html.php';?>
<form method='post' target='hiddenwin' onsubmit='return checkLeft();'>
<h3><?php echo $lang->task->start . $this->lang->colon . $task->name;?></h3>
<?php echo $lang->task->consumed . '(' . $lang->task->hour . ')' . html::input('consumed', $task->consumed);?>