From 91599e5f4adc66879ad17a38d264986c6dda8b3c Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Tue, 18 Aug 2009 04:29:57 +0000 Subject: [PATCH] MDL-19793 Upgraded calls to helpbutton, print_simple_box* and notify --- calendar/preferences.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/preferences.php b/calendar/preferences.php index d85ab83854..692d985ef3 100644 --- a/calendar/preferences.php +++ b/calendar/preferences.php @@ -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(); -- 2.39.5