From fb529d5c10d15335644cb9e8e2f91ffcfdb054c0 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sun, 11 Nov 2007 17:27:55 +0000 Subject: [PATCH] added the clearfix option to the custom_corners call for admin pages to keep the "Save Changes" button within the area. --- lib/adminlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adminlib.php b/lib/adminlib.php index 3bfe3b05875..383a073945c 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':