mirror of
https://github.com/moodle/moodle.git
synced 2025-03-12 11:49:49 +01:00
11 lines
273 B
HTML
11 lines
273 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('manual', $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
|
|
|
|
?>
|
|
</table>
|