]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19792 Upgraded calls to helpbutton, print_simple_box* and notify
authornicolasconnault <nicolasconnault>
Tue, 18 Aug 2009 04:29:42 +0000 (04:29 +0000)
committernicolasconnault <nicolasconnault>
Tue, 18 Aug 2009 04:29:42 +0000 (04:29 +0000)
blog/preferences.php

index b3b20581709cc6daee5bb3d4fca21482a8fb5d1e..ad798e584b3a12b6015a025ad9b74da269f54e89 100755 (executable)
@@ -49,9 +49,9 @@
     print_header("$site->shortname: $strblogs : $strpreferences", $strblogs, $navigation);
     echo $OUTPUT->heading($strpreferences);
 
-    print_simple_box_start('center', '', '');
+    echo $OUTPUT->box_start('generalbox boxaligncenter');
     require('./preferences.html');
-    print_simple_box_end();
+    echo $OUTPUT->box_end();
 
     echo $OUTPUT->footer();
 ?>