* Code for task #7235.

This commit is contained in:
sgm0422
2020-06-11 14:41:08 +08:00
parent c4fc2c99b1
commit cfbba4b4bb
13 changed files with 70 additions and 22 deletions

View File

@@ -113,6 +113,10 @@
<?php echo html::textarea('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, $privway, '', 'block');?></td>
</tr>
<tr>
<th><?php echo $lang->project->acl;?></th>
<td colspan='3'><?php echo nl2br(html::radio('acl', $lang->program->aclList, $acl, "onclick='setWhite(this.value);'", 'block'));?></td>