* Fix bug #27975.
This commit is contained in:
@@ -20,3 +20,5 @@
|
||||
|
||||
#childrenTable .c-id {width: 60px;}
|
||||
#childrenTable .c-lblPri {width: 50px;}
|
||||
|
||||
#legendTeam .c-hours {width: 72px;}
|
||||
|
||||
@@ -340,9 +340,9 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php echo $lang->task->team?></th>
|
||||
<th class='text-center'><?php echo $lang->task->estimate?></th>
|
||||
<th class='text-center'><?php echo $lang->task->consumed?></th>
|
||||
<th class='text-center'><?php echo $lang->task->left?></th>
|
||||
<th class='text-center c-hours'><?php echo $lang->task->estimate?></th>
|
||||
<th class='text-center c-hours'><?php echo $lang->task->consumed?></th>
|
||||
<th class='text-center c-hours'><?php echo $lang->task->left?></th>
|
||||
<th class='text-center'><?php echo $lang->statusAB;?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user