| testcase->product;?> |
id, "onchange='loadAll(this.value);' class='form-control chosen'");?>
type) and $product->type != 'normal') echo html::select('branch', $branches, $scene->branch, "onchange='loadBranch();' class='form-control' style='width:120px'");?>
|
testcase->module?>
module, "onchange='loadModuleRelated();' class='form-control chosen'");
if(count($modules) == 1)
{
echo "";
echo html::a($this->createLink('tree', 'browse', "rootID={$product->id}&view=case¤tModuleID=0&branch=0", '', true), $lang->tree->manage, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'");
echo html::a("javascript:void(0)", $lang->refresh, '', "class='refresh' onclick='loadProductModules($product->id)'");
echo '';
}
?>
|