mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
replacing fieldset in small form to div
This commit is contained in:
parent
4e7b349e0a
commit
44a825c28f
@ -262,9 +262,9 @@
|
||||
echo '</fieldset>';
|
||||
echo '</form>';
|
||||
echo '<form id="updateform" action="langimport.php?mode=5" method="post">';
|
||||
echo '<fieldset class="invisiblefieldset">';
|
||||
echo '<div>';
|
||||
echo '<br /><input type="submit" value="'.get_string('updatelangs','admin').'" />';
|
||||
echo '</fieldset>';
|
||||
echo '</div>';
|
||||
echo '</form>';
|
||||
|
||||
/// Display option to change site language
|
||||
|
Loading…
x
Reference in New Issue
Block a user