* @package dashboard * @version $Id: bug.html.php 4771 2013-05-05 07:41:02Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?>
" . html::a(inlink('bug', "account=$account&type=assignedTo"), $lang->user->assignedTo) . ""; echo "" . html::a(inlink('bug', "account=$account&type=openedBy"), $lang->user->openedBy) . ""; echo "" . html::a(inlink('bug', "account=$account&type=resolvedBy"), $lang->user->resolvedBy) . ""; echo "" . html::a(inlink('bug', "account=$account&type=closedBy"), $lang->user->closedBy) . ""; ?>
idAB;?> bug->severityAB;?> priAB;?> typeAB;?> bug->title;?> openedByAB;?> bug->resolvedBy;?> bug->resolutionAB;?>
createLink('bug', 'view', "bugID=$bug->id"), $bug->id, '_blank');?> bug->severityList[$bug->severity]?> bug->priList[$bug->pri]?>'>bug->priList[$bug->pri]?> bug->typeList[$bug->type]?> createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> openedBy];?> resolvedBy];?> bug->resolutionList[$bug->resolution];?>
show();?>