tree->manageLine, '', "class='btn btn-info btn-wide'");?>
product->line;?>
", '', "class='text-muted'");?>
product->featureBar['all'] as $key => $label)
{
$label = "{$label}";
$label .= $key == $status ? " {$pager->recTotal}" : '';
$active = $key == $status ? 'btn-active-text' : '';
echo html::a(inlink("all", "productID={$productID}&line=&status={$key}"), $label, '', "class='btn btn-link {$active}' id='{$key}'");
}
?>
" . $lang->export, '', "class='btn btn-link export'")?>
" . $lang->product->create, '', "class='btn btn-primary'") ?>