* @package build * @version $Id: edit.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?>
icons['build']);?> id;?> createLink('build', 'view', 'build=' . $build->id), $build->name, '_blank');?> build->edit;?> icons['edit']);?>
build->product;?>
product, "onchange='loadBranches(this.value);' class='form-control chosen'");?> productType != 'normal') { if($product->branch) $branches = array($product->branch => $branches[$product->branch]); echo html::select('branch', $branches, $build->branch, "class='form-control' style='width:100px'"); } ?>
build->name;?> name, "class='form-control'");?>
build->builder;?> builder, 'class="form-control chosen"');?>
build->date;?> date, "class='form-control form-date'");?>
build->scmPath;?> scmPath, "class='form-control' placeholder='{$lang->build->placeholder->scmPath}'");?>
build->filePath;?> filePath, "class='form-control' placeholder='{$lang->build->placeholder->filePath}'");?>
build->files;?> fetch('file', 'buildForm', array('fileCount' => 1));?>
build->desc;?> desc), "rows='10' class='form-control'");?>
project);?>