mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
(auth) add checkbox type for pluggable auth connectors in system_authservers.php
This commit is contained in:
parent
b07fcd0597
commit
3ff2a47a74
@ -735,6 +735,9 @@ endif; ?>
|
||||
<?php
|
||||
endforeach;?>
|
||||
</select>
|
||||
<?php
|
||||
elseif ($field['type'] == 'checkbox'):?>
|
||||
<input name="<?=$fieldname;?>" type="checkbox" value="yes" <?=!empty($pconfig[$fieldname]) ? "checked=\"checked\"" : ""; ?>/>
|
||||
<?php
|
||||
endif;?>
|
||||
<div class="hidden" for="help_for_field_<?=$typename;?>_<?=$fieldname;?>">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user