From: nicolasconnault Date: Tue, 18 Aug 2009 04:29:57 +0000 (+0000) Subject: MDL-19793 Upgraded calls to helpbutton, print_simple_box* and notify X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=91599e5f4adc66879ad17a38d264986c6dda8b3c;p=moodle.git MDL-19793 Upgraded calls to helpbutton, print_simple_box* and notify --- 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();