* Finish task#8102.

This commit is contained in:
leiyong
2020-10-10 14:51:27 +08:00
parent 5c81e807ce
commit d29da8f33d
6 changed files with 13 additions and 15 deletions
-4
View File
@@ -68,10 +68,6 @@
<?php echo html::textarea('desc', $program->desc, "rows='6' class='form-control kindeditor' hidefocus='true'");?>
</td>
</tr>
<tr>
<th><?php echo $lang->program->auth;?></th>
<td colspan='3'><?php echo html::radio('auth', $lang->program->PGMAuthList, $program->auth, '', 'block');?></td>
</tr>
<tr>
<th><?php echo $lang->project->acl;?></th>
<td colspan='3'><?php echo nl2br(html::radio('acl', $lang->program->PGMAclList, $program->acl, "onclick='setWhite(this.value);'", 'block'));?></td>