* @package bug * @version $Id$ * @link http://www.zentao.net */ ?>
" . $lang->bug->moduleBugs . " "; echo "" . html::a($this->createLink('bug', 'browse', "productid=$productID&browseType=assignToMe¶m=0"), $lang->bug->assignToMe) . ""; echo "" . html::a($this->createLink('bug', 'browse', "productid=$productID&browseType=openedByMe¶m=0"), $lang->bug->openedByMe) . ""; echo "" . html::a($this->createLink('bug', 'browse', "productid=$productID&browseType=resolvedByMe¶m=0"), $lang->bug->resolvedByMe) . ""; echo "" . html::a($this->createLink('bug', 'browse', "productid=$productID&browseType=assignToNull¶m=0"), $lang->bug->assignToNull) . ""; echo "" . html::a($this->createLink('bug', 'browse', "productid=$productID&browseType=unResolved¶m=0"), $lang->bug->unResolved) . ""; echo "" . html::a($this->createLink('bug', 'browse', "productid=$productID&browseType=unclosed¶m=0"), $lang->bug->unclosed) . ""; echo "" . html::a($this->createLink('bug', 'browse', "productid=$productID&browseType=longLifeBugs¶m=0"), $lang->bug->longLifeBugs) . ""; echo "" . html::a($this->createLink('bug', 'browse', "productid=$productID&browseType=postponedBugs¶m=0"), $lang->bug->postponedBugs) . ""; echo "" . html::a($this->createLink('bug', 'browse', "productid=$productID&browseType=all¶m=0&orderBy=$orderBy&recTotal=0&recPerPage=200"), $lang->bug->allBugs) . ""; echo "" . html::a($this->createLink('bug', 'browse', "productid=$productID&browseType=needconfirm¶m=0"), $lang->bug->needConfirm) . ""; echo "{$lang->bug->byQuery} "; ?>
export, '', 'class="export"'); ?> bug->customFields, '', "class='iframe'"); ?> bug->report->common); ?> bug->create); ?>
'>
createLink('tree', 'browse', "productID=$productID&view=bug"), $lang->tree->manage);?>
recTotal}&recPerPage={$pager->recPerPage}"; ?> cookie->windowWidth >= $this->config->wideSize):?> cookie->windowWidth >= $this->config->wideSize):?> cookie->windowWidth >= $this->config->wideSize):?> id");?> status == 'active' ? 'active' . $bug->severity : $bug->status;?> confirmed;?> cookie->windowWidth >= $this->config->wideSize):?> cookie->windowWidth >= $this->config->wideSize):?> cookie->windowWidth >= $this->config->wideSize):?> cookie->windowWidth >= $this->config->wideSize ? 12 : 9;?>
idAB);?> bug->severityAB);?> priAB);?> bug->title);?> bug->statusAB);?> bug->story);?> actions;?> openedByAB);?> bug->openedDateAB);?> assignedToAB);?> bug->resolvedByAB);?> bug->resolutionAB);?> bug->resolvedDateAB);?> actions;?>
id));?> bug->severityList[$bug->severity]?> bug->priList[$bug->pri]?> [{$lang->bug->confirmedList[$bug->confirmed]}] " . html::a($bugLink, $bug->title);?> bug->statusList[$bug->status];?> createLink('story', 'view', "stoyID=$bug->story"), $bug->storyTitle, '_blank');?> id"), $lang->confirm, 'hiddenwin')?> openedBy];?> openedDate, 5, 11)?> assignedTo == $this->app->user->account) echo 'class="red"';?>>assignedTo];?> resolvedBy];?> bug->resolutionList[$bug->resolution];?> resolvedDate, 5, 11)?> 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); if($this->cookie->windowWidth >= $this->config->wideSize) common::printLink('bug', 'create', "product=$bug->product&extra=bugID=$bug->id", $lang->bug->buttonCopy); ?>
bug->statusList as $status => $label) { if($status != 'active') { echo " $label "; continue; } rsort($this->lang->bug->severityList); foreach($this->lang->bug->severityList as $severity) { echo " {$lang->bug->severity}:$severity "; } } ?>
show();?>