* @package bug * @version $Id: create.html.php 4903 2013-06-26 05:32:59Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> bug->placeholder); js::set('page', 'create'); js::set('createRelease', $lang->release->create); js::set('createBuild', $lang->build->create); js::set('refresh', $lang->refresh); ?>
icons['bug']);?> icons['create']);?> bug->create;?>
bug->product;?>
session->currentProductType != 'normal') echo html::select('branch', $branches, $branch, "onchange='loadBranch()' class='form-control' style='width:120px'");?>
bug->module?> "; echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=bug¤tModuleID=0&branch=$branch"), $lang->tree->manage, '_blank'); echo '  '; echo html::a("javascript:loadProductModules($productID)", $lang->refresh); echo ''; } ?>
bug->project;?>
bug->openedBuild?> ', "class='btn btn-default' data-toggle='tooltip' onclick='loadAllBuilds()' title='{$lang->bug->allBuilds}' style='border-left: none'")?>
bug->lblAssignedTo;?>
', "class='btn btn-default' onclick='loadAllUsers()' data-toggle='tooltip' title='{$lang->bug->allUsers}'");?>
bug->type;?>
bug->typeList['designchange']); unset($lang->bug->typeList['newfeature']); unset($lang->bug->typeList['trackthings']); echo html::select('type', $lang->bug->typeList, $type, "class='form-control'"); ?> bug->os?> bug->osList, $os, "class='form-control'");?> bug->browser?> bug->browserList, $browser, "class='form-control'");?>
bug->title;?>
bug->severity;?> bug->severityList as $value) { if(!empty($value) && !is_numeric($value)) { $isAllNumberPri = false; break; } } ?> bug->severityList, $severity, "class='form-control minw-80px'");?> bug->pri;?> bug->priList as $value) { if(!empty($value) && !is_numeric($value)) { $isAllNumberPri = false; break; } } ?> bug->priList, $pri, "class='form-control minw-80px'");?>
bug->steps;?>
bug->story;?>
bug->task?>
bug->lblMailto;?>
'; echo ''; echo ''; echo ''; } ?>
bug->keywords;?>
bug->files;?> fetch('file', 'buildform', 'fileCount=1&percent=0.85');?>
bug->module);?>