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

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