* rewrite the ui.

* splite the css and js.
This commit is contained in:
wangchunsheng
2011-02-24 14:02:01 +00:00
parent 5812a7e6d7
commit 9cdde4065e
4 changed files with 129 additions and 333 deletions
+1
View File
@@ -199,6 +199,7 @@ class bug extends control
$this->view->productName = $this->products[$productID];
$this->view->moduleTree = $this->tree->getTreeMenu($productID, $viewType = 'bug', $startModuleID = 0, array('treeModel', 'createBugLink'));
$this->view->browseType = $browseType;
$this->view->treeClass = $browseType == 'bymodule' ? '' : 'hidden';
$this->view->bugs = $bugs;
$this->view->users = $users;
$this->view->pager = $pager;