* task#622.

This commit is contained in:
wangchunsheng
2011-11-29 13:24:10 +00:00
parent 903d221d19
commit f86d2bb8eb
7 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->lblStats;?></th>
<td><?php printf($lang->project->stats, $project->totalEstimate, $project->totalConsumed, $project->totalLeft, 10)?></td>
<td><?php printf($lang->project->stats, $project->totalHours, $project->totalEstimate, $project->totalConsumed, $project->totalLeft, 10)?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->products;?></th>