* Code for bug #34038.

This commit is contained in:
caoyanyi
2023-04-12 08:47:44 +08:00
parent f194177369
commit b615fbc681
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -114,6 +114,7 @@
<?php echo html::radio('acl', $lang->doc->aclList, $objectType == 'mine' ? 'private' : 'open', "onchange='toggleAcl(this.value, \"doc\")'");?>
</td>
</tr>
<?php if($objectType != 'mine'):?>
<tr id='whiteListBox' class='hidden'>
<th><?php echo $lang->doc->whiteList;?></th>
<td colspan='3'>
@@ -128,6 +129,7 @@
</div>
</td>
</tr>
<?php endif;?>
</tbody>
<tfoot>
<tr>
+2
View File
@@ -101,6 +101,7 @@
<?php echo html::radio('acl', $lang->doc->aclList, $doc->acl, "onchange='toggleAcl(this.value, \"doc\")'")?>
</td>
</tr>
<?php if($lib->type != 'mine'):?>
<tr id='whiteListBox' class='<?php if($doc->acl == 'open') echo 'hidden';?>'>
<th><?php echo $lang->doc->whiteList;?></th>
<td colspan='3'>
@@ -115,6 +116,7 @@
</div>
</td>
</tr>
<?php endif;?>
</tbody>
<tfoot>
<tr>