* Fix program details.

This commit is contained in:
sgm0422
2020-05-19 19:09:35 +08:00
parent e553ffc0ba
commit 1402d09395
7 changed files with 12 additions and 29 deletions
+1 -1
View File
@@ -115,7 +115,7 @@
</tr>
<tr>
<th><?php echo $lang->project->acl;?></th>
<td colspan='3'><?php echo nl2br(html::radio('acl', $lang->project->aclList, $acl, "onclick='setWhite(this.value);'", 'block'));?></td>
<td colspan='3'><?php echo nl2br(html::radio('acl', $lang->program->aclList, $acl, "onclick='setWhite(this.value);'", 'block'));?></td>
</tr>
<tr id='whitelistBox' class='hidden'>
<th><?php echo $lang->project->whitelist;?></th>