mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Fixed div around submit button
This commit is contained in:
parent
cac40c2716
commit
14f358562d
@ -113,7 +113,7 @@ print_heading($root->visiblename);
|
||||
|
||||
echo $root->output_html();
|
||||
|
||||
echo '<center><input class="form-submit" type="submit" value="' . get_string('savechanges','admin') . '" /></center>';
|
||||
echo '<div class="form-buttons"><input class="form-submit" type="submit" value="' . get_string('savechanges','admin') . '" /></div>';
|
||||
|
||||
echo '</form>';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user