* fix bug #14842
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan='2' class="c-user"> <?php echo $lang->personnel->name;?></th>
|
||||
<th rowspan='2'><?php echo $lang->personnel->role;?></th>
|
||||
<th rowspan='2' class="c-role"><?php echo $lang->personnel->role;?></th>
|
||||
<th rowspan='2'><?php echo $lang->personnel->projects;?></th>
|
||||
<th rowspan='2'><?php echo $lang->personnel->executions;?></th>
|
||||
<th colspan="2"><?php echo $lang->personnel->workingHours;?></th>
|
||||
@@ -61,7 +61,7 @@
|
||||
<?php foreach($investList as $personnel):?>
|
||||
<tr>
|
||||
<td title='<?php echo $personnel['realname'];?>'><?php echo $personnel['realname'];?></td>
|
||||
<td title='<?php echo $personnel['role'];?>'><?php echo $personnel['role'];?></td>
|
||||
<td title='<?php echo $personnel['role'];?>' style="overflow: hidden; white-space:nowrap; text-overflow: ellipsis;"><?php echo $personnel['role'];?></td>
|
||||
<td><?php echo $personnel['projects'];?></td>
|
||||
<td><?php echo $personnel['executions'];?></td>
|
||||
<td><?php echo round($personnel['consumedTask'], 1);?></td>
|
||||
|
||||
Reference in New Issue
Block a user