* @package project * @version $Id$ * @link http://www.zentao.net */ ?> id}&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; ?>
project->bug;?>
id", $lang->bug->create);?>
idAB);?> bug->severityAB);?> priAB);?> bug->title);?> openedByAB);?> assignedToAB);?> bug->resolvedBy);?> bug->resolutionAB);?> actions;?>
createLink('bug', 'view', "bugID=$bug->id"), $bug->id, '_blank');?> bug->severityList[$bug->severity]?> bug->priList[$bug->pri]?> createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> openedBy];?> 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); ?>
show();?>