| bug->product;?> |
session->currentProductType != 'normal'):?>
|
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 '';
}
?>
|
global->flow != 'onlyTest');?>
| bug->project : $lang->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->lblAssignedTo;?> |
bug->allUsers, "class='btn btn-default' onclick='loadAllUsers()' data-toggle='tooltip'");?>
|
bug->deadline?>
|
| 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 chosen'");
?>
bug->os?>
bug->osList, $os, "class='form-control chosen'");?>
bug->browser?>
bug->browserList, $browser, "class='form-control chosen'");?>
|
| bug->severity;?> |
bug->severityList as $severityKey => $severityValue)
{
if(!empty($severityKey) and (string)$severityKey != (string)$severityValue)
{
$hasCustomSeverity = true;
break;
}
}
?>
bug->severityList, $severity, "class='form-control chosen'");?>
bug->severityList, $severity, "class='form-control' data-provide='labelSelector' data-label-class='label-severity'");?>
|
| 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]);
$priList[0] = '';
}
?>
|
| bug->title;?> |
|
| bug->steps;?> |
|
config->global->flow != 'onlyTest'):?>
| bug->story : $lang->bug->task;?> |
|
bug->task?>
|
| bug->lblMailto : $lang->bug->keywords;?> |
fetch('my', 'buildContactLists');
?>
|
>
bug->keywords;?>
|
| bug->files;?> |
fetch('file', 'buildform', 'fileCount=1&percent=0.85');?> |