MDL-10671 - Content on question import and export pages sitting on the left side.

This commit is contained in:
tjhunt 2007-09-19 17:57:52 +00:00
parent 0920afeddc
commit af8288c0e6
2 changed files with 8 additions and 8 deletions

View file

@ -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);
?>