execution->featureBar['build'] as $featureType => $label)
{
$label = "$label";
$activeClass = $type == $featureType ? 'btn-active-text' : '';
if($type == $featureType) $label .= " {$buildsTotal}";
echo html::a(inlink('build', "executionID=$executionID&type=$featureType"), $label, '',"class='btn btn-link $activeClass' data-app={$app->tab} id='$featureType'");
}
?>
execution->byQuery;?>
productCommon}'");?>
id", " " . $lang->build->create, '', "class='btn btn-primary'");?>