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
@@ -41,7 +41,7 @@ body {margin-bottom: 25px;}
<?php
if($browseType != 'bysearch' and $libID and common::hasPriv('doc', 'create'))
{
echo $this->doc->printCreateBtn($lib, $type, $objectID, $moduleID, 'list');
echo $this->doc->printCreateBtn($lib, $moduleID, 'list');
}
?>
</p>