From da6fee5243f90fb907b6811bfa41f3ece38f57fe Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 22 Nov 2007 17:54:26 +0000 Subject: [PATCH] bug #1834368 Referential integrity check breaks page look --- tbl_operations.php | 6 +++++- themes/darkblue_orange/css/theme_right.css.php | 2 +- themes/original/css/theme_right.css.php | 7 +------ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/tbl_operations.php b/tbl_operations.php index 6e84841ae..cce835c3a 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -538,8 +538,10 @@ if ($cfgRelation['relwork'] && $tbl_type != "INNODB") { if ($foreign) { ?> +
+
+
    -
    $arr) { @@ -571,6 +573,8 @@ if ($cfgRelation['relwork'] && $tbl_type != "INNODB") { unset($foreign_table, $join_query); ?>
+
+
; } -#div_table_copy, #div_partition_maintenance { +#div_table_copy, #div_partition_maintenance, #div_referential_integrity, #div_table_maintenance { min-width: 48%; float: ; } diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index c25126e12..685d4f896 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1093,12 +1093,7 @@ li#li_flush_privileges { float: ; } -#div_table_copy, #div_partition_maintenance { - min-width: 48%; - float: ; -} - -#div_table_maintenance { +#div_table_copy, #div_partition_maintenance, #div_referential_integrity, #div_table_maintenance { min-width: 48%; float: ; }