* finish task #3129.

This commit is contained in:
wangyidong
2017-08-18 15:15:55 +08:00
parent 223910e142
commit 5e267814d0
7 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class testtaskModel extends model
$viewName = $scope == 'local'? $products[$productID] : $this->lang->testtask->all;
$replace = '<li>';
$replace .= "<a data-toggle='dropdown'>{$viewName} <span class='caret'></span></a>";
$replace .= "<a href='###' data-toggle='dropdown'>{$viewName} <span class='caret'></span></a>";
$replace .= "<ul class='dropdown-menu' style='max-height:240px;overflow-y:auto'>";
$replace .= "<li>" . html::a(helper::createLink('testtask', 'browse', "productID=$productID&branch=$branch&type=all,$status"), $this->lang->testtask->all) . "</li>";
$replace .= "<li>" . html::a(helper::createLink('testtask', 'browse', "productID=$productID&branch=$branch&type=local,$status"), $products[$productID]) . "</li>";