* Finish task #36486.

This commit is contained in:
tianshujie98
2021-03-11 14:55:05 +08:00
parent 254705774c
commit c3eaf28e91
11 changed files with 67 additions and 22 deletions
+1 -1
View File
@@ -171,7 +171,7 @@
<div id='projectAcl' class='hidden'>
<?php echo nl2br(html::radio('acl', $lang->project->aclList, $project->acl == 'project' ? 'private' : 'open', "onclick='setWhite(this.value);'", 'block'));?>
</div>
<div id='ProgramAcl' class='hidden'>
<div id='programAcl' class='hidden'>
<?php echo nl2br(html::radio('acl', $lang->project->aclList, $project->acl, "onclick='setWhite(this.value);'", 'block'));?>
</div>
<div class="modal fade" id="promptBox">