This commit is contained in:
wangyidong
2023-04-12 17:42:49 +08:00
parent f27939941b
commit bb5ced8e4d
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ body {margin-bottom: 25px;}
<?php
if($browseType != 'bySearch' and $libID and (common::hasPriv('doc', 'create') or (common::hasPriv('api', 'create') and !$apiLibID)))
{
echo $this->doc->printCreateBtn($lib, $type, $objectID, $moduleID, 'list');
echo $this->doc->printCreateBtn($lib, $moduleID, 'list');
}
?>
</p>