* Fix group error.

This commit is contained in:
sgm0422
2020-06-16 10:49:23 +08:00
parent fc4d8db013
commit 8ecac0f6fb
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
<th><?php echo $lang->project->acl;?></th>
<td colspan='3'><?php echo nl2br(html::radio('acl', $lang->program->aclList, $project->acl, "onclick='setWhite(this.value);'", 'block'));?></td>
</tr>
<tr id='whitelistBox' class='hidden'>
<tr id='whitelistBox' <?php if($project->acl != 'custom') echo "class='hidden'";?>>
<th><?php echo $lang->project->whitelist;?></th>
<td colspan='3'><?php echo html::checkbox('whitelist', $groups, $project->whitelist, '', '', 'inline');?></td>
</tr>