mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-19798 Converted print_box* to $OUTPUT->box*
This commit is contained in:
parent
291fa827f2
commit
3ced388459
@ -188,7 +188,7 @@ foreach ($members as $gpgid=>$groupdata) {
|
||||
echo $OUTPUT->heading($strnotingrouping, 3);
|
||||
} else {
|
||||
echo $OUTPUT->heading(format_string($groupings[$gpgid]->name), 3);
|
||||
print_box(format_text($groupings[$gpgid]->description), 'generalbox boxwidthnarrow boxaligncenter');
|
||||
echo $OUTPUT->box(format_text($groupings[$gpgid]->description), 'generalbox boxwidthnarrow boxaligncenter');
|
||||
}
|
||||
}
|
||||
print_table($table, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user