mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
add check system user
This commit is contained in:
parent
4970f1de4d
commit
0fa2086f30
@ -932,7 +932,9 @@ function sshkeyClicked(obj) {
|
||||
document.getElementById('userid').value='<?=$i;?>';
|
||||
document.iform2.submit();">
|
||||
<td class="list" id="frd<?=$i?>">
|
||||
<?php if($userent['scope'] != "system") : ?>
|
||||
<input type="checkbox" id="frc<?=$i?>" onclick="fr_bgcolor(<?=$i?>)" name="delete_check[]" value="<?=$i?>" />
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td class="listlr" id="frd<?=$i?>" onclick="fr_toggle('<?=$i;?>')">
|
||||
<table border="0" cellpadding="0" cellspacing="0" summary="icons">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user