bug->noModule;?>
createLink('project', 'bug', "project={$project->id}&productID={$productID}&branch=$branchID&orderBy=$orderBy&build=$buildID&type=$type¶m=0&recTotal=$pager->recTotal&recPerPage=$pager->recPerPage");
echo html::a($removeLink, "", '', "class='text-muted' data-app='{$this->app->tab}'");
}
?>
Build:{$build->name}" : '';
$module = $type != 'bysearch' ? "¶m=$param" : '';
foreach($lang->project->featureBar['bug'] as $key => $label)
{
$activeClass = $key == $type ? 'btn-active-text' : '';
$label = "{$label}";
if($type == $key) $label .= " {$pager->recTotal}$buildName";
echo html::a($this->inlink('bug', "projectID={$project->id}&productID={$productID}&branch=$branchID&orderBy=status,id_desc&build=$buildID&type={$key}$module"), $label, '', "id='{$key}Tab' class='btn btn-link {$activeClass}'");
}
?>
bug->search;?>
id", " " . $lang->bug->export, '', "class='btn btn-link export'");?>
id", " " . $lang->bug->create, '', "class='btn btn-primary'");?>