* Adding a white list.

This commit is contained in:
leiyong
2020-10-25 17:30:41 +08:00
parent f184bdd77b
commit c0f44f6465
32 changed files with 452 additions and 68 deletions
+5 -3
View File
@@ -103,9 +103,11 @@
<th><?php echo $lang->project->acl;?></th>
<td colspan='3' class='aclBox'><?php echo nl2br(html::radio('acl', $lang->program->PGMAclList, 'open', '', 'block'));?></td>
</tr>
<tr id='whitelistBox' class='hidden'>
<th><?php echo $lang->project->whitelist;?></th>
<td colspan='3'><?php echo html::checkbox('whitelist', $groups, $whitelist, '', '', 'inline');?></td>
<tr>
<th><?php echo $lang->whitelist;?></th>
<td><?php echo html::select('whitelist[]', $users, '', 'class="form-control chosen" multiple');?></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan='4' class='text-center form-actions'>