mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
11 lines
281 B
HTML
11 lines
281 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($this->authtype, $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false);
|
|
|
|
?>
|
|
</table>
|