* Code for task #41764.
This commit is contained in:
@@ -25,3 +25,5 @@
|
||||
.is-firefox .group-header > a,
|
||||
.is-firefox .group-header > .groupSummary {position: relative; z-index: 1;}
|
||||
.c-hours {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: right;}
|
||||
.c-user, .c-type {width: 70px;}
|
||||
.c-progress {width: 60px;}
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
#memberList tbody td {text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
|
||||
.c-limited {width: 100px;}
|
||||
|
||||
@@ -112,15 +112,15 @@
|
||||
</div>
|
||||
</th>
|
||||
<th class="c-id-sm"><?php echo $lang->task->id;?></th>
|
||||
<th class="c-pri w-50px"><?php echo $lang->priAB;?></th>
|
||||
<th class="c-pri"><?php echo $lang->priAB;?></th>
|
||||
<th class="c-name text-left"><?php echo $lang->task->name;?></th>
|
||||
<th class="c-status"><?php echo $lang->task->status;?></th>
|
||||
<th class="text-left w-60px"><?php echo $lang->task->assignedTo;?></th>
|
||||
<th class="w-90px"><?php echo $lang->task->finishedBy;?></th>
|
||||
<th class="w-60px c-hours"><?php echo $lang->task->estimateAB;?></th>
|
||||
<th class="w-50px c-hours"><?php echo $lang->task->consumedAB;?></th>
|
||||
<th class="w-50px c-hours"><?php echo $lang->task->leftAB;?></th>
|
||||
<th class="w-50px" title='<?php echo $lang->task->progress;?>'><?php echo $lang->task->progressAB;?></th>
|
||||
<th class="text-left c-user"><?php echo $lang->task->assignedTo;?></th>
|
||||
<th class="c-user"><?php echo $lang->task->finishedBy;?></th>
|
||||
<th class="c-hours"><?php echo $lang->task->estimateAB;?></th>
|
||||
<th class="c-hours"><?php echo $lang->task->consumedAB;?></th>
|
||||
<th class="c-hours"><?php echo $lang->task->leftAB;?></th>
|
||||
<th class="c-progress" title='<?php echo $lang->task->progress;?>'><?php echo $lang->task->progressAB;?></th>
|
||||
<th class="c-type"><?php echo $lang->typeAB;?></th>
|
||||
<th class="c-date"><?php echo $lang->task->deadlineAB;?></th>
|
||||
<th class="c-actions-3"><?php echo $lang->actions;?></th>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user