* Code for task #40447.

This commit is contained in:
Yagami
2021-07-23 15:10:50 +08:00
parent 750ef9fad3
commit bfe3bcf3dd
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -149,6 +149,7 @@
<?php echo html::textarea('desc', $project->desc, "rows='6' class='form-control kindeditor' hidefocus='true'" . (strpos($requiredFields, 'desc') !== false ? ' required' : ''));?>
</td>
</tr>
<?php $this->printExtendFields('', 'table', 'columns=3');?>
<tr>
<th><?php echo $lang->project->acl;?></th>
<td colspan='3' class='aclBox'><?php echo nl2br(html::radio('acl', $aclList, $project->acl, "onclick='setWhite(this.value);'", 'block'));?></td>