* Fix Bug#1386

This commit is contained in:
滔哥
2018-01-15 14:58:11 +08:00
parent bb156560a9
commit 53ed09473e
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ td.delayed{background: #e84e0f!important; color: white;}
?>
<tr data-url='<?php echo empty($sso) ? $viewLink : $sso . $sign . 'referer=' . base64_encode($viewLink); ?>' <?php echo $appid?>>
<td class='text-center'><?php echo $task->id;?></td>
<td class='text-center'><?php echo zget(array_keys($lang->task->priList), $task->pri, $task->pri)?></td>
<td class='text-center'><?php echo zget($lang->task->priList, $task->pri, $task->pri)?></td>
<td style='color: <?php echo $task->color?>' title='<?php echo $task->name?>'><?php echo $task->name?></td>
<td class='text-center'><?php echo $task->estimate?></td>
<td class='<?php if(isset($task->delay)) echo 'delayed';?>'><?php if(substr($task->deadline, 0, 4) > 0) echo $task->deadline;?></td>