From 60a94e79c3a7280bb55b900ad1d4ed05112843a7 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sun, 11 Nov 2007 17:30:52 +0000 Subject: [PATCH] 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. --- lib/adminlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- 2.39.5