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) {
|
if ($foreign) {
|
||||||
?>
|
?>
|
||||||
<!-- Referential integrity check -->
|
<!-- Referential integrity check -->
|
||||||
|
<div id="div_referential_integrity">
|
||||||
|
<fieldset>
|
||||||
|
<legend><?php echo $strReferentialIntegrity; ?></legend>
|
||||||
<ul>
|
<ul>
|
||||||
<?php echo $strReferentialIntegrity; ?><br />
|
|
||||||
<?php
|
<?php
|
||||||
echo "\n";
|
echo "\n";
|
||||||
foreach ($foreign AS $master => $arr) {
|
foreach ($foreign AS $master => $arr) {
|
||||||
@@ -571,6 +573,8 @@ if ($cfgRelation['relwork'] && $tbl_type != "INNODB") {
|
|||||||
unset($foreign_table, $join_query);
|
unset($foreign_table, $join_query);
|
||||||
?>
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
|
</fieldset>
|
||||||
|
</div>
|
||||||
<?php
|
<?php
|
||||||
} // end if ($foreign)
|
} // end if ($foreign)
|
||||||
|
|
||||||
|
@@ -1143,7 +1143,7 @@ li#li_flush_privileges {
|
|||||||
float: <?php echo $left; ?>;
|
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%;
|
min-width: 48%;
|
||||||
float: <?php echo $left; ?>;
|
float: <?php echo $left; ?>;
|
||||||
}
|
}
|
||||||
|
@@ -1093,12 +1093,7 @@ li#li_flush_privileges {
|
|||||||
float: <?php echo $left; ?>;
|
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; ?>;
|
|
||||||
}
|
|
||||||
|
|
||||||
#div_table_maintenance {
|
|
||||||
min-width: 48%;
|
min-width: 48%;
|
||||||
float: <?php echo $left; ?>;
|
float: <?php echo $left; ?>;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user