Commit 3ff2a47a authored by Ad Schellevis's avatar Ad Schellevis

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

parent b07fcd05
...@@ -735,6 +735,9 @@ endif; ?> ...@@ -735,6 +735,9 @@ endif; ?>
<?php <?php
endforeach;?> endforeach;?>
</select> </select>
<?php
elseif ($field['type'] == 'checkbox'):?>
<input name="<?=$fieldname;?>" type="checkbox" value="yes" <?=!empty($pconfig[$fieldname]) ? "checked=\"checked\"" : ""; ?>/>
<?php <?php
endif;?> endif;?>
<div class="hidden" for="help_for_field_<?=$typename;?>_<?=$fieldname;?>"> <div class="hidden" for="help_for_field_<?=$typename;?>_<?=$fieldname;?>">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment