* Fix bug #26020.
This commit is contained in:
@@ -21,3 +21,9 @@ td.delayed {background: #e84e0f !important; color: white;}
|
||||
|
||||
html[lang="en"] .c-date {width: 80px;}
|
||||
html[lang="en"] .c-user-short {width: 88px;}
|
||||
[lang^='de'] .c-user-short, [lang^='fr'] .c-user-short {width: 75px;}
|
||||
[lang^='de'] .c-date, [lang^='fr'] .c-date {width: 100px;}
|
||||
[lang^='de'] .c-user, [lang^='fr'] .c-user {width: 118px;}
|
||||
[lang^='de'] .c-hours.consumed {width: 70px;}
|
||||
[lang^='de'] .c-hours.estimate {width: 75px;}
|
||||
[lang^='de'] .c-project {width: 100px;}
|
||||
|
||||
@@ -78,8 +78,8 @@
|
||||
<?php if($type != 'finishedBy'): ?>
|
||||
<th class='c-user'><?php common::printOrderLink('finishedBy', $orderBy, $vars, $lang->task->finishedBy);?></th>
|
||||
<?php endif;?>
|
||||
<th class='c-hours'><?php common::printOrderLink('estimate', $orderBy, $vars, $lang->task->estimateAB);?></th>
|
||||
<th class='c-hours'><?php common::printOrderLink('consumed', $orderBy, $vars, $lang->task->consumedAB);?></th>
|
||||
<th class='c-hours estimate'><?php common::printOrderLink('estimate', $orderBy, $vars, $lang->task->estimateAB);?></th>
|
||||
<th class='c-hours consumed'><?php common::printOrderLink('consumed', $orderBy, $vars, $lang->task->consumedAB);?></th>
|
||||
<th class='c-hours'><?php common::printOrderLink('left', $orderBy, $vars, $lang->task->leftAB);?></th>
|
||||
<th class='c-status'><?php common::printOrderLink('status', $orderBy, $vars, $lang->statusAB);?></th>
|
||||
<th class="c-actions-6 text-center"><?php echo $lang->actions;?></th>
|
||||
|
||||
Reference in New Issue
Block a user