diff --git a/module/bug/control.php b/module/bug/control.php index e453fbf0ec..77b144309b 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -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; diff --git a/module/bug/view/browse.custom.html.php b/module/bug/view/browse.custom.html.php index 19650e823f..b1eba9c3f3 100644 --- a/module/bug/view/browse.custom.html.php +++ b/module/bug/view/browse.custom.html.php @@ -1,8 +1,6 @@ -
| ' id='treebox'> + |
@@ -13,7 +11,8 @@
|
- + | + |
recTotal}&recPerPage={$pager->recPerPage}"; ?>
|