* @package testtask * @version $Id: browse.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> testtask->confirmDelete)?>
| idAB);?> | testtask->name);?> | testtask->project);?> | testtask->build);?> | testtask->owner);?> | testtask->begin);?> | testtask->end);?> | statusAB);?> | actions;?> |
|---|---|---|---|---|---|---|---|---|
| id"), sprintf('%03d', $task->id));?> | id"), $task->name);?> | createLink('project', 'story', "projectID=$task->project"), $task->projectName);?> | build == 'trunk' ? print('Trunk') : print(html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName));?> | owner];?> | begin?> | end?> | testtask->statusList[$task->status];?> | id", '', 'list', 'file'); 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-icon'"); } ?> |
| show();?> | ||||||||