* Fix bug.

This commit is contained in:
滔哥
2018-01-17 12:23:58 +08:00
parent 402975b444
commit a57e30ced7
7 changed files with 14 additions and 28 deletions
-1
View File
@@ -39,7 +39,6 @@
echo html::a($this->inlink('groupCase', "taskID=$taskID&groupBy=$key"), $value);
}
echo '</ul></li>';
echo "<li id='account' class='w-150px'>" . html::select('account', $users, $account, "onchange='changeUser(this.value, $taskID)' class='form-control chosen'") . '</li>';
}
if($this->methodName == 'cases') echo "<li id='bysearchTab'><a href='#'><i class='icon-search icon'></i>&nbsp;{$lang->testcase->bySearch}</a></li> ";