* @package bug * @version $Id$ * @link http://www.zentao.net */ ?>
| idAB);?> | bug->severityAB);?> | priAB);?> | bug->title);?> | bug->story);?> | actions;?> | openedByAB);?> | assignedToAB);?> | bug->resolvedByAB);?> | bug->resolutionAB);?> | actions;?> |
|---|---|---|---|---|---|---|---|---|---|---|
| id));?> | bug->severityList[$bug->severity]?> | bug->priList[$bug->pri]?> | title);?> | createLink('story', 'view', "stoyID=$bug->story"), $bug->storyTitle, '_blank');?> | id"), $lang->confirm, 'hiddenwin')?> | openedBy];?> | assignedTo == $this->app->user->account) echo 'class="red"';?>>assignedTo];?> | resolvedBy];?> | bug->resolutionList[$bug->resolution];?> | id"; if(!($bug->status == 'active' and common::printLink('bug', 'resolve', $params, $lang->bug->buttonResolve))) echo $lang->bug->buttonResolve . ' '; if(!($bug->status == 'resolved' and common::printLink('bug', 'close', $params, $lang->bug->buttonClose))) echo $lang->bug->buttonClose . ' '; common::printLink('bug', 'edit', $params, $lang->bug->buttonEdit); ?> |