moodle/auth/none/config.html
2007-04-20 07:54:42 +00:00

11 lines
272 B
HTML

<!-- No config needed -->
<div style="text-align: center"><?php print_string('none'); ?></div>
<table cellspacing="0" cellpadding="5" border="0">
<?php
print_auth_lock_options('none', $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
?>
</table>