This commit is contained in:
Alexander M. Turek
2004-05-09 12:44:58 +00:00
parent 4a539df2db
commit b3fa7d8208
2 changed files with 8 additions and 4 deletions

View File

@@ -5,9 +5,13 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2004-05-09 Alexander M. Turek <me@derrabus.de>
* db_datadict.php: Patch #950726 (minor CSS fixes) thanks to
Adam Shantz (musus).
2004-05-09 Marc Delisle <lem9@users.sourceforge.net> 2004-05-09 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_operations.php, lang/*: InnoDB table defragmentation * tbl_properties_operations.php, lang/*: InnoDB table defragmentation
2004-05-08 Alexander M. Turek <me@derrabus.de> 2004-05-08 Alexander M. Turek <me@derrabus.de>
* config.inc.php, db_details_structure.php, Documentation.html, * config.inc.php, db_details_structure.php, Documentation.html,
header.inc.php, left.php, main.php, images/*, libraries/common.lib.php, header.inc.php, left.php, main.php, images/*, libraries/common.lib.php,

View File

@@ -64,7 +64,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
} }
if ($count != 0) { if ($count != 0) {
echo '<div style="page-break-before: always">' . "\n"; echo '<div style="page-break-before: always;">' . "\n";
} else { } else {
echo '<div>' . "\n"; echo '<div>' . "\n";
} }
@@ -160,7 +160,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
?> ?>
<!-- TABLE INFORMATIONS --> <!-- TABLE INFORMATIONS -->
<table width="100%" bordercolorlight="black" border="border" style="border-collapse: collapse;background-color: white"> <table width="100%" style="border: 1px solid black; border-collapse: collapse; background-color: white;">
<tr> <tr>
<th width="50"><?php echo $strField; ?></th> <th width="50"><?php echo $strField; ?></th>
<th width="80"><?php echo $strType; ?></th> <th width="80"><?php echo $strType; ?></th>
@@ -308,7 +308,7 @@ function printPage()
//--> //-->
</script> </script>
<?php <?php
echo '<br /><br />&nbsp;<input type="button" style="visibility: ; width: 100px; height: 25px" id="print" value="' . $strPrint . '" onclick="printPage()">' . "\n"; echo '<br /><br />&nbsp;<input type="button" style="width: 100px; height: 25px;" id="print" value="' . $strPrint . '" onclick="printPage()">' . "\n";
require_once('./footer.inc.php'); require_once('./footer.inc.php');
?> ?>