| testcase->product;?> |
session->currentProductType != 'normal') echo html::select('branch', $branches, $branch, "onchange='loadBranch();' class='form-control' style='width:120px'");?>
|
testcase->module?>
";
echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=case¤tModuleID=0&branch=$branch"), "", '_blank', "data-toggle='tooltip' class='btn' title='{$lang->tree->manage}'");
echo html::a("javascript:loadProductModules($productID)", "", '', "data-toggle='tooltip' class='btn' title='{$lang->refresh}'");
echo '';
}
?>
| |
| testcase->type;?> |
testcase->typeList, $type, "class='form-control chosen'");?> |
testcase->stage?>
testcase->stageList, $stage, "class='form-control chosen' multiple='multiple'");?>
|