/>
id);?>
|
createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color' title='{$bug->title}'");?>
case) echo html::a(helper::createLink('testcase', 'view', "caseID=$bug->case&version=$bug->caseVersion"), "[" . $this->lang->testcase->common . "#$bug->case]", '', "class='bug' title='$bug->case'");?>
|
' title='bug->severityList, $bug->severity);?>' data-severity='severity;?>'>bug->severityList, $bug->severity, $bug->severity);?>
' data-severity='severity;?>' title='bug->severityList, $bug->severity);?>'>
|
pri?>' title='bug->priList, $bug->pri);?>'>bug->priList, $bug->pri)?> |
bug->typeList, $bug->type, '');?> |
shadow) and !empty($bug->shadow))
{
echo html::a($this->createLink('project', 'browse'), $bug->productName, null, "title={$bug->productName}");
}
else
{
$productLink = explode('-', $config->productLink);
$param = $config->productLink == 'product-all' ? '' : "productID=$bug->product";
echo html::a($this->createLink('product', $productLink[1], $param), $bug->productName, null, "title={$bug->productName}");
}
?>
|
openedBy);?> |
' title='bug->confirmedList, $bug->confirmed);?>'>bug->confirmedList, $bug->confirmed)?> |
rawMethod == 'work'):?>
deadline, 0, 4) > 0) echo '' . substr($bug->deadline, 5, 6) . '';?> |
bug->printAssignedHtml($bug, $users);?> |
resolvedBy);?> |
bug->resolutionList, $bug->resolution);?> |
id";
common::printIcon('bug', 'confirmBug', $params, $bug, 'list', 'ok', '', 'iframe', true, '', '', $bug->project);
common::printIcon('bug', 'resolve', $params, $bug, 'list', 'checked', '', 'iframe', true, '', '', $bug->project);
common::printIcon('bug', 'close', $params, $bug, 'list', '', '', 'iframe', true, '', '', $bug->project);
common::printIcon('bug', 'edit', $params, $bug, 'list', '', '', 'iframe', true, "data-width='95%'", '', $bug->project);
common::printIcon('bug', 'create', "product=$bug->product&branch=$bug->branch&extra=$params", $bug, 'list', 'copy', '', 'iframe', true, "data-width='95%'", '', $bug->project);
}
?>
|