diff --git a/module/doc/control.php b/module/doc/control.php index 2768945fd4..5b6bd3ab42 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -1293,6 +1293,7 @@ class doc extends control { $this->session->set('createProjectLocate', $this->app->getURI(true), 'doc'); + if(empty($browseType)) $browseType = 'all'; list($libs, $libID, $object, $objectID, $objectDropdown) = $this->doc->setMenuByType($type, $objectID, $libID); $libID = (int)$libID; diff --git a/module/doc/css/create.css b/module/doc/css/create.css index 1cca647104..53c246b110 100644 --- a/module/doc/css/create.css +++ b/module/doc/css/create.css @@ -3,10 +3,10 @@ .doc-title .form-control:focus {border: unset; box-shadow: unset;} .doc-title input::-webkit-input-placeholder {color: #D8DBDE;} .doc-title.required:after {top: 4px; right: 0; left: 12px; display: inline-table;} -#savePath {display:inline-block; width:320px; overflow:hidden; white-space: nowrap; height: 19px; padding-top: 4px; padding-right:8px;} -.contentmarkdown.required:after, .contenthtml.required:after {right:3px;} +#savePath {display:inline-block; width:320px; overflow:hidden; white-space: nowrap; padding-right:8px; position: relative; top:7px;} #headerBox {border-bottom: 1px solid #e3e3e3;} #headerBox td:last-child {padding-right: 24px;} +.contentmarkdown.required:after, .contenthtml.required:after {right:3px;} #editorContent {padding: 0;} #contentBox {padding: 0; width: 100%;} diff --git a/module/doc/view/lefttree.html.php b/module/doc/view/lefttree.html.php index ffc732d86f..147ecfa6f3 100644 --- a/module/doc/view/lefttree.html.php +++ b/module/doc/view/lefttree.html.php @@ -348,7 +348,6 @@ $(function() libID = $(this).closest('.lib').data('id'); } - console.log(libID, moduleID); return lcatePage(libID, moduleID, $(this).data('type')); });