mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fix deprecated print_simple_box calls.
This commit is contained in:
parent
313cc39814
commit
88f94e5882
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user