app->getModuleRoot() . 'common/view/dropmenu.html.php';?>
" . 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) . "
";
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($this->methodName == 'browse') echo "- {$lang->testcase->bySearch}
";
?>
'>