From 0c391777536a07aaf490270d7431c4b40cdf44bd Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Mon, 25 Apr 2011 13:51:02 +0200 Subject: [PATCH] add operations_full_width div to avoid overlapping boxes introduced in be14efaa75e99b821f862110a92e56c6b71d0c99 --- db_operations.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db_operations.php b/db_operations.php index e49ddcb0d..558766407 100644 --- a/db_operations.php +++ b/db_operations.php @@ -569,7 +569,9 @@ echo __('Remove database'); if (!empty($cfg['Servers'][$server]['pmadb'])) { $message->isError(true); } + echo '
'; $message->display(); + echo '
'; } // end if } // end if (!$is_information_schema)