* adjust for web and fix bugs.

This commit is contained in:
wangyidong
2017-04-07 10:10:24 +08:00
parent d12b51d827
commit a8110589a4
9 changed files with 30 additions and 9 deletions
+2
View File
@@ -49,6 +49,7 @@
echo '<li' . ($suiteID == (int)$currentSuiteID ? " class='active'" : '') . '>';
echo html::a($this->createLink('testcase', 'browse', "productID=$productID&branch=$branch&browseType=bySuite&param=$suiteID"), $suiteName);
echo "</li>";
}
echo '</ul></li>';
@@ -68,6 +69,7 @@
if($key == '') continue;
echo '<li' . ($key == $groupBy ? " class='active'" : '') . '>';
echo html::a($this->createLink('testcase', 'groupCase', "productID=$productID&branch=$branch&groupBy=$key"), $value);
echo "</li>";
}
echo '</ul></li>';