* Code for task #41764.

This commit is contained in:
liyuchun
2021-09-14 11:20:00 +08:00
parent 6491d1aaf0
commit 96fd75142f
16 changed files with 58 additions and 38 deletions
+2 -2
View File
@@ -55,9 +55,9 @@
<th><?php echo $lang->team->days;?></th>
<th><?php echo $lang->team->hours;?></th>
<th><?php echo $lang->team->totalHours;?></th>
<th class='w-100px text-center'><?php echo $lang->team->limited;?></th>
<th class='c-limited text-center'><?php echo $lang->team->limited;?></th>
<?php if($canBeChanged):?>
<th class='c-actions-1 w-80px text-center'><?php echo $lang->actions;?></th>
<th class='c-actions-2 text-center'><?php echo $lang->actions;?></th>
<?php endif;?>
</tr>
</thead>