Tried to "fix" bug (?) #558155...
This commit is contained in:
@@ -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
|
||||
|
@@ -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)
|
||||
|
BIN
images/bkg.gif
BIN
images/bkg.gif
Binary file not shown.
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 801 B |
Reference in New Issue
Block a user