* Use the function processStatus to get status of a record.

This commit is contained in:
liugang
2019-07-30 15:17:27 +08:00
parent 9174165657
commit 0ec5dadb1c
25 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
<td class='nobr'><?php $task->build == 'trunk' ? print($lang->trunk) : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));?></td>
<td><?php echo $task->begin?></td>
<td><?php echo $task->end?></td>
<td class='status-testtask status-<?php echo $task->status?>'><?php echo $lang->testtask->statusList[$task->status];?></td>
<td class='status-testtask status-<?php echo $task->status?>'><?php echo $this->processStatus('testtask', $task);?></td>
<td class='c-actions'>
<?php
common::printIcon('testtask', 'cases', "taskID=$task->id", $task, 'list', 'sitemap');