Bug #942359 - Data dictionary had wrong <div>- count. Replace h1 with

h2 for consitencyCVS: ----------------------------------------------------------------------
This commit is contained in:
Garvin Hicking
2004-04-27 09:28:47 +00:00
parent 9de1005974
commit 32cc65c1d2
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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