bug #1834368 Referential integrity check breaks page look
This commit is contained in:
@@ -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)
|
||||
|
||||
|
@@ -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; ?>;
|
||||
}
|
||||
|
@@ -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; ?>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user