* @package bug * @version $Id$ * @link http://www.zentao.net */ ?> lang->bug->dittoNotice);?>
icons['bug']);?> icons['batchEdit']);?> bug->common . $lang->colon . $lang->bug->batchEdit;?>
"> $bug):?> product->getByID($bug->product); $plans = $this->loadModel('productplan')->getPairs($bug->product, $branch); $plans = array('' => '', 'ditto' => $this->lang->bug->ditto) + $plans; $branches = $product->type == 'normal' ? array('' => '') : $this->loadModel('branch')->getPairs($product->id); if($product->type != 'normal') { foreach($branches as $branchID => $branchName) $branches[$branchID] = '/' . $product->name . '/' . $branchName; $branches = array('ditto' => $this->lang->story->ditto) + $branches; } } /** * Remove designchange, newfeature, trackings from the typeList, because should be tracked in story or task. * These thress types if upgrade from bugfree2.x. */ if($bug->type != 'designchange') unset($typeList['designchange']); if($bug->type != 'newfeature') unset($typeList['newfeature']); if($bug->type != 'trackthings') unset($typeList['trackthings']); ?>
idAB;?> '>bug->type;?> '>bug->severityAB;?> '>bug->pri;?> = 10) echo "class='w-150px'"?>>bug->title;?> '>bug->branch;?> '>bug->productplan;?> '>bug->assignedTo;?> '>bug->deadline;?> '>bug->status;?> '>bug->os;?> '>bug->browser;?> '>bug->keywords;?> '>bug->resolvedByAB;?> '>bug->resolutionAB;?>
>type, 'class=form-control');?> >severity, 'class=form-control');?> >pri, 'class=form-control');?>
color, "data-provide='colorpicker' data-wrapper='input-group-btn fix-border-right' data-pull-menu-right='false' data-btn-tip='{$lang->bug->colorTag}' data-update-text='#titles\\[{$bugID}\\]'");?> title, 'class=form-control');?>
' style='overflow:visible'> id;?> type == 'normal') ? "disabled='disabled'" : '';?> branch, "class='form-control chosen' $disabled");?> ' style='overflow:visible'>plan, "class='form-control chosen'");?> ' style='overflow:visible'>assignedTo, "class='form-control chosen'");?> ' style='overflow:visible'>deadline, "class='form-control form-date'");?> >status, 'class=form-control');?> >os, 'class=form-control');?> >browser, 'class=form-control');?> >keywords, 'class=form-control');?> ' style='overflow:visible'>resolvedBy, "class='form-control chosen'");?> >
resolution, "class=form-control onchange=setDuplicate(this.value,$bugID)");?> ' resolution != 'duplicate') echo "style='display:none'";?>> bug->duplicateBug}'");?>
createLink('custom', 'ajaxSaveCustomFields', 'module=bug§ion=custom&key=batchEditFields')?>