]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-15037, remove "None" in html head, merged from MOODLE_19_STABLE"
authordongsheng <dongsheng>
Thu, 29 May 2008 03:22:30 +0000 (03:22 +0000)
committerdongsheng <dongsheng>
Thu, 29 May 2008 03:22:30 +0000 (03:22 +0000)
auth/manual/config.html

index 05459fa172f4caceca791bd1d6853a78edbe26ef..9caa5917d2d7a4788fd8b2449f31f9d33eb9f158 100644 (file)
@@ -1,10 +1,5 @@
-<!-- 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>