(auth) add checkbox type for pluggable auth connectors in system_authservers.php

This commit is contained in:
Ad Schellevis 2016-08-01 21:24:01 +02:00
parent b07fcd0597
commit 3ff2a47a74

View File

@ -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;?>">