product->allProduct;?>
execution->featureBar['all'] as $key => $label):?>
$label";?>
{$pager->recTotal}";?>
createLink($this->app->rawModule, $this->app->rawMethod, "status=$key&orderBy=$orderBy&productID=$productID"), $label, '', "class='btn btn-link' id='{$key}Tab' data-app='$from'");?>
execution->byQuery;?>
-
" . html::a($this->createLink('project', 'execution', "status=$status&orderby=$orderBy"), $lang->product->allProduct) . "";
foreach($productList as $key => $product)
{
$class = $productID == $key ? 'class="active"' : '';
echo "
- " . html::a($this->createLink('project', 'execution', "status=$status&orderby=$orderBy&productID=$key"), $product) . " "; } ?>
" . $lang->export, '', "class='btn btn-link export'")?>
createLink('execution', 'create'), " " . ((($from == 'execution') and ($config->systemMode == 'new')) ? $lang->execution->createExec : $lang->execution->create), '', "class='btn btn-primary create-execution-btn' data-app='execution' onclick='$(this).removeAttr(\"data-toggle\")'");?>