* 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
+6 -1
View File
@@ -106,7 +106,12 @@
</td>
</tr>
<?php endforeach;?>
<tr class='child-of-node-<?php echo $groupKey;?> <?php echo $groupClass;?>'><td colspan='12' class='a-right'><?php printf($lang->project->groupSummary, $groupSum, $groupWait, $groupDoing, $groupEstimate, $groupConsumed, $groupLeft);?></td></tr>
<tr class='child-of-node-<?php echo $groupKey;?> <?php echo $groupClass;?>'>
<td colspan='12' class='a-right groupdivider'>
<?php if($groupBy == 'assignedto' and isset($members[$task->assignedTo])) printf($lang->project->memberHours, $users[$task->assignedTo], $members[$task->assignedTo]->totalHours);?>
<?php printf($lang->project->groupSummary, $groupSum, $groupWait, $groupDoing, $groupEstimate, $groupConsumed, $groupLeft);?></div>
</td>
</tr>
<?php endforeach;?>
</table>
<script language='Javascript'>$('#<?php echo $browseType;?>Tab').addClass('active');</script>