* Fix project set menu.

This commit is contained in:
sgm0422
2020-06-15 14:35:21 +08:00
parent 1f162f9c35
commit ca21685f4b
4 changed files with 21 additions and 21 deletions
+4
View File
@@ -81,6 +81,10 @@
<?php echo html::textarea('desc', $project->desc, "rows='6' class='form-control kindeditor' hidefocus='true'");?>
</td>
</tr>
<tr>
<th><?php echo $lang->program->privway;?></th>
<td colspan='3'><?php echo html::radio('privway', $lang->program->privwayList, $project->privway, '', 'block');?></td>
</tr>
<tr>
<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>