Merge branch 'liyuchun_56551' into 'master'
Liyuchun 56551 See merge request easycorp/zentaopms!3822
This commit is contained in:
@@ -15,6 +15,5 @@ td.delayed {background: #e84e0f !important; color: white;}
|
||||
@-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;};}
|
||||
|
||||
.c-hours {width: 50px;}
|
||||
.c-status, .c-date {width: 70px;}
|
||||
.c-project {width: 150px;}
|
||||
.c-name {width:90px}
|
||||
.c-status, .c-date, .c-user-short {width: 70px;}
|
||||
.c-project {width: 130px;}
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<th class='c-project'><?php common::printOrderLink('execution', $orderBy, $vars, $lang->my->executions);?></th>
|
||||
<?php endif;?>
|
||||
<?php if($type != 'openedBy'): ?>
|
||||
<th class='c-user'><?php common::printOrderLink('openedBy', $orderBy, $vars, $lang->openedByAB);?></th>
|
||||
<th class='c-user-short'><?php common::printOrderLink('openedBy', $orderBy, $vars, $lang->openedByAB);?></th>
|
||||
<?php endif;?>
|
||||
<th class='c-date text-center'><?php common::printOrderLink('deadline', $orderBy, $vars, $lang->task->deadlineAB);?></th>
|
||||
<?php if($type != 'assignedTo'): ?>
|
||||
|
||||
Reference in New Issue
Block a user