This commit is contained in:
wangzemei
2022-06-21 09:11:46 +00:00
parent c30ba304ab
commit 0f30bd5fd9
+1 -1
View File
@@ -65,7 +65,7 @@
<td title="<?php echo $task->left . ' ' . $lang->execution->workHour;?>"><?php echo $task->left . ' ' . $lang->execution->workHourUnit;?></td>
<td class=<?php if(isset($task->delay)) echo 'delayed';?>><?php if(substr($task->deadline, 0, 4) > 0) echo $task->deadline;?></td>
<td><span class='status-task status-<?php echo $task->status;?>'><?php echo $this->processStatus('task', $task);?></span></td>
<td class='text-left nobr'>
<td class='text-left text-ellipsis' title="<?php echo $task->storyTitle;?>">
<?php
if($task->storyID)
{