mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
minor xhtml fix
This commit is contained in:
parent
67906614ad
commit
3307d3f65f
2 changed files with 8 additions and 8 deletions
|
@ -381,9 +381,9 @@ $noyesoptions = array( get_string('no'), get_string('yes') );
|
|||
$maxuploadsize = get_max_upload_file_size();
|
||||
echo '<center>';
|
||||
echo '<form method="post" enctype="multipart/form-data" action="uploaduser.php">'.
|
||||
$strfile.' <input type="hidden" name="MAX_FILE_SIZE" value="'.$maxuploadsize.'">'.
|
||||
'<input type="hidden" name="sesskey" value="'.$USER->sesskey.'">'.
|
||||
'<input type="file" name="userfile" size="30">';
|
||||
$strfile.' <input type="hidden" name="MAX_FILE_SIZE" value="'.$maxuploadsize.'" />'.
|
||||
'<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />'.
|
||||
'<input type="file" name="userfile" size="30" />';
|
||||
print_heading(get_string('settings'));
|
||||
echo '<table>';
|
||||
echo '<tr><td>' . get_string('passwordhandling', 'auth') . '</td><td>';
|
||||
|
@ -401,7 +401,7 @@ echo '<tr><td>' . get_string('allowrenames', 'admin') . '</td><td>';
|
|||
choose_from_menu($noyesoptions, 'allowrenames', $allowrenames);
|
||||
echo '</td></tr>';
|
||||
echo '</table><br />';
|
||||
echo '<input type="submit" value="'.$struploadusers.'">';
|
||||
echo '<input type="submit" value="'.$struploadusers.'" />';
|
||||
echo '</form><br />';
|
||||
echo '</center>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue