Tried to "fix" bug (?) #558155...

This commit is contained in:
Alexander M. Turek
2002-05-24 20:25:49 +00:00
parent 93b1c463e8
commit 2a072b13dd
3 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-05-23 Alexander M. Turek <rabus@users.sourceforge.net>
* header.inc.php3, images/bkg.gif: Tried to "fix" bug (?) #558155.
2002-05-24 Marc Delisle <lem9@users.sourceforge.net>
* lang/*.php3, libraries/common.lib.php3: new features EXPLAIN
and "Create PHP Code", thanks to Mike Beck

View File

@@ -55,7 +55,7 @@ if (!empty($cfg['PmaAbsoluteUri'])) {
?>
<style type="text/css">
<!--
body {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: <?php echo $cfg['RightBgColor']; ?>}
body {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-image:url('images/bkg.gif'); background-repeat:repeat-y; background-color: <?php echo $cfg['RightBgColor']; ?>}
pre, tt {font-size: <?php echo $font_size; ?>}
th {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #000000; background-color: <?php echo $cfg['ThBgcolor']; ?>}
td {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}
@@ -159,7 +159,7 @@ echo "\n";
</head>
<body bgcolor="<?php echo $cfg['RightBgColor']; ?>" background="images/bkg.gif">
<body bgcolor="<?php echo $cfg['RightBgColor']; ?>">
<?php
if (isset($db)) {
$header_url_qry = '?lang=' . urlencode($lang)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 801 B