Merge branch 'sprint/203_mayue_bug#23868' into 'master'
* Fix bug #23868. See merge request easycorp/zentaopms!4008
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user