| story->product;?> |
type != 'normal') echo html::select('branch', $branches, $branch, "onchange='loadBranch();' class='form-control' style='width:120px'");?>
|
story->module;?>
";
echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=story¤tModuleID=0&branch=$branch"), $lang->tree->manage, '_blank');
echo ' ';
echo html::a("javascript:loadProductModules($productID)", $lang->refresh);
echo '';
}
?>
| |
| story->plan;?> |
";
echo html::a($this->createLink('productplan', 'create', "productID=$productID&branch=$branch"), $lang->productplan->create, '_blank');
echo ' ';
echo html::a("javascript:loadProductPlans($productID)", $lang->refresh);
echo '';
}
?>
|
story->source?>
story->sourceList, $source, "class='form-control'");?>
|