* Fix program and project btn.

This commit is contained in:
Yagami
2020-09-22 10:53:23 +08:00
parent c321a1181c
commit cec65da271
4 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
</tr>
<tr>
<th><?php echo $lang->program->auth;?></th>
<td colspan='3'><?php echo html::radio('privway', $lang->program->PRJAuthList, $project->privway, '', 'block');?></td>
<td colspan='3'><?php echo html::radio('auth', $lang->program->PRJAuthList, $project->auth, '', 'block');?></td>
</tr>
<tr>
<th><?php echo $lang->project->acl;?></th>