. * * @copyright Copyright: 2009 Chunsheng Wang * @author Chunsheng Wang * @package bug * @version $Id$ * @link http://www.zentao.cn */ ?>
BUG #id . $lang->colon . $bug->title;?>
createLink('bug', 'edit', "bugID=$bug->id"), $lang->bug->buttonEdit); //echo html::a($this->createLink('bug', 'resolve', "bugID=$bug->id"), $lang->bug->buttonResolve); //echo html::a($this->createLink('bug', 'close', "bugID=$bug->id"), $lang->bug->buttonClose); //echo html::a($this->createLink('bug', 'activate', "bugID=$bug->id"), $lang->bug->buttonActivate); echo html::a($this->createLink('bug', 'browse', "productID=$bug->product"), $lang->bug->buttonToList); ?>
bug->legendBasicInfo;?>
bug->labProductAndModule;?> arrow; foreach($modulePath as $key => $module) { echo $module->name; if(isset($modulePath[$key + 1])) echo $lang->arrow; } ?>
bug->type;?> bug->typeList->{$bug->type};?>
bug->os;?> bug->osList->{$bug->os};?>
bug->severity;?> severity;?>
bug->status;?> status;?>
bug->assignedTo;?> assignedTo];?>
bug->assignedDate;?> assignedDate;?>
bug->lastEditedBy;?> lastEditedBy];?>
bug->lastEditedDate;?> lastEditedDate;?>
bug->legendStoryAndTask;?>
bug->story;?> story;?>
bug->task;?> task;?>
bug->legendMailto;?>
bug->legendAttatch;?>
 
bug->legendOpenInfo;?>
bug->openedBy;?> openedBy];?>
bug->openedDate;?> openedDate;?>
bug->openedBuild;?> openedBuild;?>
bug->legendResolveInfo;?>
bug->resolvedBy;?> resolvedBy];?>
bug->resolvedDate;?> resolvedDate;?>
bug->resolvedBuild;?> resolvedBuild;?>
bug->resolution;?> resolution)) echo $lang->bug->resolutionList->{$bug->resolution};?>
bug->legendCloseInfo;?>
bug->closedBy;?> closedBy];?>
bug->closedDate;?> closedDate;?>
bug->legendLinkBugs;?>
 
bug->legendCases;?>
 
bug->legendAction;?>
createLink('bug', 'edit', "bugID=$bug->id"), $lang->bug->buttonEdit); //echo html::a($this->createLink('bug', 'resolve', "bugID=$bug->id"), $lang->bug->buttonResolve); //echo html::a($this->createLink('bug', 'close', "bugID=$bug->id"), $lang->bug->buttonClose); //echo html::a($this->createLink('bug', 'activate', "bugID=$bug->id"), $lang->bug->buttonActivate); echo html::a($this->createLink('bug', 'browse', "productID=$bug->product"), $lang->bug->buttonToList); ?>
bug->legendSteps;?>
steps);?>
bug->legendHistory;?>
  1. date, $action->action BY $action->actor"; ?> comment) or !empty($action->history)):?>
    history as $history) { echo "CHANGE $history->field FROM '$history->old' TO '$history->new' .
    "; } echo nl2br($action->comment); ?>