* Remove unused code.

This commit is contained in:
Yagami
2021-02-20 14:12:29 +08:00
parent 878553e9aa
commit 75136c6365
+1 -1
View File
@@ -62,7 +62,7 @@
</tr>
<tr class='PGMParams'>
<th><?php echo $lang->project->acl;?></th>
<td><?php echo nl2br(html::radio('acl', $lang->program->PGMPRJAclList, 'open', "onclick='setWhite(this.value);'", 'block'));?></td>
<td><?php echo nl2br(html::radio('acl', $lang->program->PGMPRJAclList, 'open', '', 'block'));?></td>
</tr>
</table>
<div class='table-foot text-center'><?php echo html::submitButton();?></div>