* @package dashboard * @version $Id$ * @link http://www.zentao.net */ ?>
idAB;?> bug->severityAB;?> priAB;?> typeAB;?> bug->title;?> openedByAB;?> bug->resolvedByAB;?> bug->resolutionAB;?> actions;?>
createLink('bug', 'view', "bugID=$bug->id"), $bug->id, '_blank');?> bug->severityList[$bug->severity]?> bug->priList[$bug->pri]?> bug->typeList[$bug->type]?> createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> openedBy];?> 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); ?>