| testtask->execution;?> |
createLink('execution', 'story', "executionID=$task->execution"), $task->executionName);?> |
| testtask->build;?> |
build == 'trunk' ? print($lang->trunk) : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));?> |
| testtask->owner;?> |
owner);?> |
| testtask->mailto;?> |
mailto)); foreach($mailto as $account) echo ' ' . zget($users, $account, $account);?> |
| testtask->pri;?> |
pri;?> |
| testtask->begin;?> |
begin;?> |
| testtask->end;?> |
end;?> |
| testtask->status;?> |
testtask->statusList[$task->status];?> |