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