id;?> createLink('build', 'view', 'build=' . $build->id), $build->name, '', "title='$build->name'");?> arrow . $lang->build->edit;?>

build->product;?>
product, "onchange='loadBranches(this.value);' class='form-control chosen' required");?> productType != 'normal') { if($product->branch) $branches = array($product->branch => $branches[$product->branch]); echo "" . html::select('branch', $branches, $build->branch, "class='form-control chosen'"); } ?>
build->name;?> name, "class='form-control' autocomplete='off' required");?>
build->builder;?> builder, 'class="form-control chosen" required');?>
build->date;?> date, "class='form-control form-date' required");?>
build->scmPath;?> scmPath, "class='form-control' placeholder='{$lang->build->placeholder->scmPath}' autocomplete='off'");?>
build->filePath;?> filePath, "class='form-control' placeholder='{$lang->build->placeholder->filePath}' autocomplete='off'");?>
build->files;?> fetch('file', 'buildForm');?>
build->desc;?> desc), "rows='10' class='form-control kindeditor' hidefocus='true'");?>
global->flow != 'onlyTest' ? html::hidden('project', $build->project) : '';?>