* Modify language items.

This commit is contained in:
tianshujie98
2021-06-04 16:12:59 +08:00
parent 3d91cef47c
commit 64ac581298
8 changed files with 24 additions and 4 deletions

View File

@@ -89,7 +89,7 @@
</tr>
<tr class='programParams'>
<th><?php echo $lang->project->acl;?></th>
<td><?php echo nl2br(html::radio('acl', $lang->program->subAclList, 'open', '', 'block'));?></td>
<td><?php echo nl2br(html::radio('acl', $lang->project->subAclList, 'open', '', 'block'));?></td>
</tr>
</table>
<div class='table-foot text-center'><?php echo html::submitButton();?></div>