From: urs_hunkler Date: Sun, 11 Nov 2007 17:30:52 +0000 (+0000) Subject: merged from 1.9 :: added the clearfix option to the custom_corners call for admin... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=60a94e79c3a7280bb55b900ad1d4ed05112843a7;p=moodle.git merged from 1.9 :: added the clearfix option to the custom_corners call for admin pages to keep the "Save Changes" button within the area. --- diff --git a/lib/adminlib.php b/lib/adminlib.php index 3bfe3b0587..383a073945 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -2928,7 +2928,7 @@ function admin_externalpage_print_header() { case 'middle': echo ''; - if (!empty($THEME->customcorners)) print_custom_corners_start(); + if (!empty($THEME->customcorners)) print_custom_corners_start(true); break; case 'right':