division):?>
product->allProduct;?>
execution->featureBar['all'] as $key => $label):?>
$label";?>
{$pager->recTotal}";?>
createLink('project', 'execution', "status=$key&projectID=$projectID&orderBy=$orderBy&productID=$productID"), $label, '', "class='btn btn-link' id='{$key}Tab'");?>
$lang->edit . $lang->executionCommon), '', $this->cookie->editExecution ? 'checked=checked' : '');?>
$lang->programplan->stageCustom->task), '', $this->cookie->showTask ? 'checked=checked' : '');?>
-
" . html::a($this->createLink('project', 'execution', "status=$status&projectID=$projectID&orderby=$orderBy"), $lang->product->allProduct) . "";
foreach($productList as $key => $product)
{
$class = $productID == $key ? 'class="active"' : '';
echo "
- " . html::a($this->createLink('project', 'execution', "status=$status&projectID=$projectID&orderby=$orderBy&productID=$key"), $product) . " "; } ?>
", '', "class='btn btn-icon text-primary switchBtn' title='{$lang->project->bylist}'");?>
createLink('programplan', 'browse', "projectID=$projectID&productID=$productID&type=gantt"), " ", '', "class='btn btn-icon switchBtn' title='{$lang->programplan->gantt}'");?>
" . $lang->export, '', "class='btn btn-link export'")?>
createLink('programplan', 'create', "projectID=$projectID&productID=$productID"), " " . $lang->programplan->create, '', "class='btn btn-primary'");?>
createLink('execution', 'create', "projectID=$projectID"), " " . $lang->execution->create, '', "class='btn btn-primary create-execution-btn' data-app='execution' onclick='$(this).removeAttr(\"data-toggle\")'");?>