This commit is contained in:
Catouse
2018-10-15 15:35:31 +08:00
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -337,6 +337,7 @@ class doc extends control
$this->view->position[] = $this->lang->doc->create;
$this->view->libID = $libID;
$this->view->libName = $this->dao->findByID($libID)->from(TABLE_DOCLIB)->fetch('name');
$this->view->moduleOptionMenu = $this->tree->getOptionMenu($libID, 'doc', $startModuleID = 0);
$this->view->moduleID = $moduleID;
$this->view->type = $type;
+4
View File
@@ -23,6 +23,10 @@
<form class="load-indicator main-form form-ajax" id="dataform" method='post' enctype='multipart/form-data'>
<table class='table table-form'>
<tbody>
<tr>
<th><?php echo $lang->doc->lib;?></th>
<td><?php echo $libName?></td><td></td>
</tr>
<tr>
<th><?php echo $lang->doc->module;?></th>
<td>