]> git.mjollnir.org Git - moodle.git/commitdiff
Fix deprecated print_simple_box calls.
authortjhunt <tjhunt>
Fri, 5 Sep 2008 07:44:07 +0000 (07:44 +0000)
committertjhunt <tjhunt>
Fri, 5 Sep 2008 07:44:07 +0000 (07:44 +0000)
admin/report/simpletest/index.php

index 8e56186270403d3d6e60bf402db469d4307f81a1..ed5189b6757d965ae9e825d4a299ea8d2e2c51f2 100644 (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);