* Modify api view style.

This commit is contained in:
caoyanyi
2023-04-19 13:51:58 +08:00
parent 5d56042091
commit 3f70026174
10 changed files with 114 additions and 114 deletions
+4
View File
@@ -195,7 +195,11 @@ class api extends control
$this->view->libID = $libID;
$this->view->apiID = $apiID;
$this->view->crumbs = $crumbs;
$this->view->moduleID = $moduleID;
$this->view->objectType = $type;
$this->view->objectID = $this->objectID;
$this->view->users = $this->user->getPairs('noclosed,noletter');
$this->view->libTree = $this->doc->getLibTree($libID, $libs, 'api', $moduleID);
$this->view->moduleTree = $this->doc->getApiModuleTree($libID, $apiID, $release, $moduleID);
$this->view->objectDropdown = $this->generateLibsDropMenu($libs[$libID], $release);
$this->display();