* @package testtask * @version $Id: browse.html.php 1914 2011-06-24 10:11:25Z yidong@cnezsoft.com $ * @link http://www.zentao.net */ ?> testtask->confirmDelete)?>
icons['test']);?> testtask->browse;?>
idAB;?> testtask->product;?> testtask->name;?> testtask->build;?> testtask->owner;?> testtask->begin;?> testtask->end;?> statusAB;?> actions;?>
id}' /> "; echo html::a($this->createLink('testtask', 'view', "taskID=$task->id"), sprintf('%03d', $task->id)); ?> product, '');?> createLink('testtask', 'view', "taskID=$task->id"), $task->name);?> build == 'trunk' || empty($task->buildName)) ? $lang->trunk : html::a($this->createLink('build', 'view', "buildID=$task->build"), $task->buildName);?> owner];?> begin?> end?> testtask->statusList[$task->status];?> id", $task, 'list', 'sitemap'); common::printIcon('testtask', 'linkCase', "taskID=$task->id", $task, 'list', 'link'); common::printIcon('testtask', 'edit', "taskID=$task->id", $task, 'list'); common::printIcon('testreport', 'browse', "objectID=$task->product&objectType=product&extra=$task->id", $task, 'list','flag'); if(common::hasPriv('testtask', 'delete', $task)) { $deleteURL = $this->createLink('testtask', 'delete', "taskID=$task->id&confirm=yes"); echo html::a("javascript:ajaxDelete(\"$deleteURL\",\"taskList\",confirmDelete)", '', '', "class='btn-icon' title='{$lang->testtask->delete}'"); } ?>
pager->noRecord;?>
createLink('testreport', 'browse', "objectID=$projectID&objctType=project"); $misc = common::hasPriv('testreport', 'browse') ? "onclick=\"setFormAction('$actionLink', '', '#testtaskForm')\"" : "disabled='disabled'"; echo html::commonButton($lang->testreport->common, $misc); ?>