* @package issue * @version $Id$ * @link http://www.zentao.net */ ?> bug->product;?>
session->currentProductType != 'normal' and isset($products[$productID])):?>
bug->module?> "; echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=bug¤tModuleID=0&branch=$branch", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'"); echo '  '; echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($productID)'"); echo ''; } ?>
bug->project : $lang->bug->type;?>
bug->typeList, '', "class='form-control'");?> bug->os?> bug->osList, $os, "class='form-control'");?> bug->browser?> bug->browserList, $browser, "class='form-control'");?>
bug->openedBuild?>
bug->allBuilds, "class='btn' id='all' data-toggle='tooltip' onclick='loadAllBuilds()'")?>
bug->lblAssignedTo;?>
bug->allUsers, "class='btn btn-default' onclick='loadAllUsers()' data-toggle='tooltip'");?>
bug->deadline?> deadline, "class='form-control form-date'");?>
bug->type;?>
bug->typeList, $type, "class='form-control chosen'");?>
bug->os?> bug->osList, $os, "class='form-control chosen'");?>
bug->browser?> bug->browserList, $browser, "class='form-control chosen'");?>
bug->title;?>
title, "class='form-control'");?>
bug->severity;?> bug->severityList as $severityKey => $severityValue) { if(!empty($severityKey) and (string)$severityKey != (string)$severityValue) { $hasCustomSeverity = true; break; } } ?> bug->severityList, $severity, "class='form-control'");?>
bug->pri;?> bug->priList as $priKey => $priValue) { if(!empty($priKey) and (string)$priKey != (string)$priValue) { $hasCustomPri = true; break; } } $priList = $lang->bug->priList; if(end($priList)) unset($priList[0]); ?> pri, "class='form-control'");?>
bug->steps;?> fetch('user', 'ajaxPrintTemplates', 'type=bug&link=steps');?> desc, "rows='10' class='form-control'");?> bug->story : $lang->bug->task;?>
bug->task?>
bug->files;?> fetch('file', 'buildform', 'fileCount=1&percent=0.85');?> bug->placeholder); js::set('page', 'create'); js::set('createRelease', $lang->release->create); js::set('createBuild', $lang->build->create); js::set('refresh', $lang->refresh); ?>