* @package dashboard * @version $Id: bug.html.php 5107 2013-07-12 01:46:12Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?>

bug->noBug;?>

'>
idAB);?>
bug->severityAB);?> priAB);?> typeAB);?> bug->title);?> openedByAB);?> bug->assignedTo);?> bug->resolvedByAB);?> bug->resolutionAB);?> actions;?>
id);?>
' data-severity='severity;?>' title='bug->severityList, $bug->severity);?>'> pri?>' title='bug->priList, $bug->pri);?>'>bug->priList, $bug->pri)?> bug->typeList, $bug->type, '');?> createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color'");?> openedBy);?> assignedTo) ? zget($users, $bug->assignedTo) : $this->lang->bug->noAssigned; $btnTextClass = 'text-red'; $btnClass = $assignedToText == 'closed' ? ' disabled' : ''; echo html::a(helper::createLink('bug', 'assignTo', "bugID=$bug->id", '', true), " {$assignedToText}", '', "class='iframe btn btn-sm btn-icon-left{$btnClass}'"); ?> resolvedBy);?> bug->resolutionList, $bug->resolution);?> id"; common::printIcon('bug', 'confirmBug', $params, $bug, 'list', 'confirm', '', 'iframe', true); common::printIcon('bug', 'resolve', $params, $bug, 'list', 'checked', '', 'iframe', true); common::printIcon('bug', 'close', $params, $bug, 'list', '', '', 'iframe', true); common::printIcon('bug', 'edit', $params, $bug, 'list'); common::printIcon('bug', 'create', "product=$bug->product&branch=$bug->branch&extra=$params", $bug, 'list', 'copy'); ?>