fixbug
This commit is contained in:
@@ -17,4 +17,4 @@ td.delayed {background: #e84e0f !important; color: white;}
|
||||
.c-hours {width: 50px;}
|
||||
.c-status, .c-date {width: 70px;}
|
||||
.c-project {width: 150px;}
|
||||
.c-name {width:90px}
|
||||
.c-name {width:90px}
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
</td>
|
||||
<td class="c-pri"><span class='label-pri <?php echo 'label-pri-' . $task->pri;?>' title='<?php echo zget($lang->task->priList, $task->pri);?>'><?php echo zget($lang->task->priList, $task->pri);?></span></td>
|
||||
<td class='c-name <?php if(!empty($task->children)) echo 'has-child';?>' title='<?php echo $task->name?>'>
|
||||
<?php if(!empty($task->team)) echo '<span class="label label-badge label-light">' . $this->lang->task->multipleAB . '</span> ';?>
|
||||
<?php if(!empty($task->team)) echo '<span class="label label-badge label-light">' . $this->lang->task->multipleAB . '</span> ';?>
|
||||
<?php
|
||||
if($task->parent > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user