Bug #942359 - Data dictionary had wrong <div>- count. Replace h1 with
h2 for consitencyCVS: ----------------------------------------------------------------------
This commit is contained in:
@@ -10,6 +10,8 @@ $Source$
|
||||
calendar.
|
||||
|
||||
2004-04-27 Garvin Hicking <pma@supergarv.de>
|
||||
* db_datadict.php: Bug #942359 - Data dictionary had wrong <div>-
|
||||
count. Replace h1 with h2 for consitency
|
||||
* libraries/display_tbl.lib.php, tbl_row_delete: Bug #942356,
|
||||
missing localization for multi-row edit/delete/export feature.
|
||||
* footer.inc.php: Fixed bug #942316 - Consistent window layout for
|
||||
|
@@ -65,8 +65,11 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
|
||||
|
||||
if ($count != 0) {
|
||||
echo '<div style="page-break-before: always">' . "\n";
|
||||
} else {
|
||||
echo '<div>' . "\n";
|
||||
}
|
||||
echo '<h1>' . $table . '</h1>' . "\n";
|
||||
|
||||
echo '<h2>' . $table . '</h2>' . "\n";
|
||||
|
||||
/**
|
||||
* Gets table informations
|
||||
|
Reference in New Issue
Block a user