* finish task #3449.

This commit is contained in:
wangyidong
2017-12-15 10:35:49 +08:00
parent f35ef39f89
commit 3ab22b4ac0
5 changed files with 70 additions and 52 deletions
+4
View File
@@ -10,6 +10,10 @@
* @link http://www.zentao.net
*/
?>
<?php
$jsRoot = $this->app->getWebRoot() . "js/";
include '../../common/view/tablesorter.html.php';
?>
<div id='querybox' class='show'></div>
<?php
$releaseBugs = $type == 'bug' ? $release->bugs : $release->leftBugs;