Fix deprecated print_simple_box calls.

This commit is contained in:
tjhunt 2008-09-05 07:44:07 +00:00
parent 313cc39814
commit 88f94e5882

View File

@ -101,7 +101,7 @@ if (!is_null($path)) {
$formheader = get_string('rununittests', $langfile);
}
// Print the form for adjusting options.
print_box_start('generalbox boxwidthwide');
print_box_start('generalbox boxwidthwide boxaligncenter');
echo '<form method="get" action="index.php">';
echo '<fieldset class="invisiblefieldset">';
print_heading($formheader);