- remove estimate filed.

This commit is contained in:
zhujinyong
2013-01-22 09:15:05 +00:00
parent ff8880fc5c
commit d4fb426dc1

View File

@@ -15,10 +15,6 @@
<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>