| build->product;?> |
id, "onchange='loadBranches(this.value);' class='form-control chosen' required");?>
type != 'normal' and isset($branches[$product->branch]))
{
if($product->branch) $branches = array($product->branch => $branches[$product->branch]);
echo "" . html::select('branch', $branches, $product->branch, "class='form-control chosen'");
}
?>
|
|
build->noProduct, $this->createLink('project', 'manageproducts', "projectID=$projectID&from=buildCreate"));?> |