added the clearfix option to the custom_corners call for admin pages to keep the "Save Changes" button within the area.

This commit is contained in:
urs_hunkler
2007-11-11 17:27:55 +00:00
parent 6a1a00bc50
commit fb529d5c10
+1 -1
View File
@@ -2928,7 +2928,7 @@ function admin_externalpage_print_header() {
case 'middle':
echo '<td id="middle-column">';
if (!empty($THEME->customcorners)) print_custom_corners_start();
if (!empty($THEME->customcorners)) print_custom_corners_start(true);
break;
case 'right':