| idAB);?> | testtask->name);?> | testtask->project);?> | testtask->build);?> | testtask->begin);?> | testtask->end);?> | statusAB);?> | actions;?> |
|---|---|---|---|---|---|---|---|
| id);?> | createLink('testtask', 'view', "taskID=$task->id"), $task->name);?> | projectName?> | build == 'trunk' ? print($lang->trunk) : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));?> | begin?> | end?> | testtask->statusList[$task->status];?> | id", 'play', 'list', 'sitemap'); common::printIcon('testtask', 'linkCase', "taskID=$task->id", '', 'list', 'link'); common::printIcon('testtask', 'edit', "taskID=$task->id", '', 'list'); if(common::hasPriv('testtask', 'delete')) { $deleteURL = $this->createLink('testtask', 'delete', "taskID=$task->id&confirm=yes"); echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"taskList\",confirmDelete)", '', '', "title='{$lang->testtask->delete}' class='btn'"); } ?> |
{$lang->testtask->wait}", '', "class='btn btn-link" . ($type == 'wait' ? ' btn-active-text' : '') . "'");
echo html::a(inlink('testtask', "type=done"), "{$lang->testtask->done}", '', "class='btn btn-link" . ($type == 'done' ? ' btn-active-text' : '') . "'");
echo html::a(inlink('testcase', "type=assigntome"), "{$lang->testcase->assignToMe}", '', "class='btn btn-link'");
echo html::a(inlink('testcase', "type=openedbyme"), "{$lang->testcase->openedByMe}", '', "class='btn btn-link'");
?>