mirror of
https://github.com/moodle/moodle.git
synced 2025-05-13 19:56:25 +02:00
MDL-19793 Upgraded calls to helpbutton, print_simple_box* and notify
This commit is contained in:
parent
d383a3c4cc
commit
91599e5f4a
@ -73,7 +73,7 @@
|
||||
|
||||
echo $OUTPUT->heading($strpreferences);
|
||||
|
||||
print_simple_box_start("center");
|
||||
echo $OUTPUT->box_start('generalbox boxaligncenter');
|
||||
|
||||
$prefs->timeformat = get_user_preferences('calendar_timeformat', '');
|
||||
$prefs->startwday = get_user_preferences('calendar_startwday', CALENDAR_STARTING_WEEKDAY);
|
||||
@ -82,7 +82,7 @@
|
||||
$prefs->persistflt = get_user_preferences('calendar_persistflt', 0);
|
||||
|
||||
include('./preferences.html');
|
||||
print_simple_box_end();
|
||||
echo $OUTPUT->box_end();
|
||||
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user