* adjust check onlybody.

* adjust task-record.
This commit is contained in:
wangyidong
2013-01-21 05:26:47 +00:00
parent 89951d5400
commit 844dc2ae10
9 changed files with 25 additions and 6 deletions
+4
View File
@@ -15,6 +15,10 @@
<form method='post' target='hiddenwin' onsubmit='return checkLeft();'>
<table class='table-1'>
<caption><?php echo $task->name;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->task->estimate;?></th>
<td><?php echo $task->estimate . ' ' . $lang->task->hour;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->beforeConsumed;?></th>
<td><?php echo $beforeConsumed . ' ' . $lang->task->hour;?></td>