bug #1834368 Referential integrity check breaks page look

This commit is contained in:
Marc Delisle
2007-11-22 17:54:26 +00:00
parent cbbb4acf85
commit da6fee5243
3 changed files with 7 additions and 8 deletions

View File

@@ -538,8 +538,10 @@ if ($cfgRelation['relwork'] && $tbl_type != "INNODB") {
if ($foreign) {
?>
<!-- Referential integrity check -->
<div id="div_referential_integrity">
<fieldset>
<legend><?php echo $strReferentialIntegrity; ?></legend>
<ul>
<?php echo $strReferentialIntegrity; ?><br />
<?php
echo "\n";
foreach ($foreign AS $master => $arr) {
@@ -571,6 +573,8 @@ if ($cfgRelation['relwork'] && $tbl_type != "INNODB") {
unset($foreign_table, $join_query);
?>
</ul>
</fieldset>
</div>
<?php
} // end if ($foreign)

View File

@@ -1143,7 +1143,7 @@ li#li_flush_privileges {
float: <?php echo $left; ?>;
}
#div_table_copy, #div_partition_maintenance {
#div_table_copy, #div_partition_maintenance, #div_referential_integrity, #div_table_maintenance {
min-width: 48%;
float: <?php echo $left; ?>;
}

View File

@@ -1093,12 +1093,7 @@ li#li_flush_privileges {
float: <?php echo $left; ?>;
}
#div_table_copy, #div_partition_maintenance {
min-width: 48%;
float: <?php echo $left; ?>;
}
#div_table_maintenance {
#div_table_copy, #div_partition_maintenance, #div_referential_integrity, #div_table_maintenance {
min-width: 48%;
float: <?php echo $left; ?>;
}