* 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
+6
View File
@@ -73,6 +73,12 @@
<th><?php echo $lang->project->acl;?></th>
<td colspan='3' class='aclBox'><?php echo nl2br(html::radio('acl', $aclList, $program->acl, "onclick='setWhite(this.value);'", 'block'));?></td>
</tr>
<tr>
<th><?php echo $lang->whitelist;?></th>
<td><?php echo html::select('whitelist[]', $users, $program->whitelist, 'class="form-control chosen" multiple');?></td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan='4' class='text-center form-actions'>
<?php echo html::submitButton();?>