" . html::a($this->createLink('testcase', 'browse', "productid=$productID&browseType=all"), $lang->testcase->allCases) . "";
echo "- " . html::a($this->createLink('testcase', 'browse', "productid=$productID&browseType=needconfirm"), $lang->testcase->needConfirm) . "
";
if(common::hasPriv('testcase', 'groupcase'))
{
echo "- ";
$groupBy = isset($groupBy) ? $groupBy : '';
$current = zget($lang->testcase->groups, isset($groupBy) ? $groupBy : '', '');
if(empty($current)) $current = $lang->testcase->groups[''];
echo html::a('javascript:;', $current . " ", '', "data-toggle='dropdown'");
echo "
';
}
if(common::hasPriv('story', 'zeroCase')) echo "- " . html::a($this->createLink('story', 'zeroCase', "productID=$productID"), $lang->story->zeroCase) . '
';
if($this->methodName == 'browse') echo "- {$lang->testcase->bySearch}
";
?>
'>