This commit is contained in:
mayue
2022-06-22 09:19:32 +08:00
parent f0ff649fa5
commit 0ae4dc0878
5 changed files with 44 additions and 48 deletions
+3 -2
View File
@@ -84,8 +84,9 @@
<tr>
<th><?php echo $lang->doclib->control;?></th>
<td colspan='2'>
<?php echo html::radio('acl', $lang->doc->aclList, $doc->acl, "onchange='toggleAcl(this.value, \"doc\")'")?>
<span class='text-info' id='noticeAcl'><?php echo $lang->doc->noticeAcl['doc'][$doc->acl];?></span>
<?php $acl = $lib->acl == 'default' ? 'open' : $lib->acl;?>
<?php echo html::radio('acl', $lang->doc->aclList, $acl, "onchange='toggleAcl(this.value, \"doc\")'")?>
<span class='text-info' id='noticeAcl'><?php echo $lang->doc->noticeAcl['doc'][$acl];?></span>
</td>
</tr>
<tr id='whiteListBox' class='hidden'>