mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-10671 - Content on question import and export pages sitting on the left side.
This commit is contained in:
parent
0920afeddc
commit
af8288c0e6
2 changed files with 8 additions and 8 deletions
|
@ -155,7 +155,7 @@
|
|||
}
|
||||
|
||||
print_heading_with_help($txt->exportquestions, 'export', 'quiz');
|
||||
print_simple_box_start('center');
|
||||
print_box_start('generalbox boxwidthnormal boxaligncenter');
|
||||
?>
|
||||
|
||||
<form enctype="multipart/form-data" method="post" action="export.php">
|
||||
|
@ -198,7 +198,7 @@
|
|||
</form>
|
||||
<?php
|
||||
|
||||
print_simple_box_end();
|
||||
print_box_end();
|
||||
print_footer($course);
|
||||
?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue