Patch #950726
This commit is contained in:
@@ -5,9 +5,13 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* tbl_properties_operations.php, lang/*: InnoDB table defragmentation
|
||||
|
||||
|
||||
2004-05-08 Alexander M. Turek <me@derrabus.de>
|
||||
* config.inc.php, db_details_structure.php, Documentation.html,
|
||||
header.inc.php, left.php, main.php, images/*, libraries/common.lib.php,
|
||||
|
@@ -64,7 +64,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
|
||||
}
|
||||
|
||||
if ($count != 0) {
|
||||
echo '<div style="page-break-before: always">' . "\n";
|
||||
echo '<div style="page-break-before: always;">' . "\n";
|
||||
} else {
|
||||
echo '<div>' . "\n";
|
||||
}
|
||||
@@ -160,7 +160,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
|
||||
?>
|
||||
|
||||
<!-- 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>
|
||||
<th width="50"><?php echo $strField; ?></th>
|
||||
<th width="80"><?php echo $strType; ?></th>
|
||||
@@ -308,7 +308,7 @@ function printPage()
|
||||
//-->
|
||||
</script>
|
||||
<?php
|
||||
echo '<br /><br /> <input type="button" style="visibility: ; width: 100px; height: 25px" id="print" value="' . $strPrint . '" onclick="printPage()">' . "\n";
|
||||
echo '<br /><br /> <input type="button" style="width: 100px; height: 25px;" id="print" value="' . $strPrint . '" onclick="printPage()">' . "\n";
|
||||
|
||||
require_once('./footer.inc.php');
|
||||
?>
|
||||
|
Reference in New Issue
Block a user