Merge branch 'sprint/203_mayue_bug#23868' into 'master'

* Fix bug #23868.

See merge request easycorp/zentaopms!4008
This commit is contained in:
孙广明
2022-06-17 06:56:27 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
$(function()
{
toggleAcl($('[name=acl]').val(), 'doc');
toggleAcl($('input[name="acl"]:checked').val(), 'doc');
setTimeout(function(){initPage(docType)}, 50);
$('input[name="type"]').change(function()
{
+1 -1
View File
@@ -109,7 +109,7 @@ $("a[href^='###']").click(function()
<th><?php echo $lang->doclib->control;?></th>
<td colspan='2'>
<?php echo html::radio('acl', $lang->doc->aclList, $lib->acl, "onchange='toggleAcl(this.value, \"doc\")'");?>
<span class='text-info' id='noticeAcl'><?php echo $lang->doc->noticeAcl['doc']['open'];?></span>
<span class='text-info' id='noticeAcl'><?php echo $lang->doc->noticeAcl['doc'][$lib->acl];?></span>
</td>
</tr>
<tr id='whiteListBox' class='hidden'>