bug #1334963 Per-server themes - left frame colors unthemed
This commit is contained in:
@@ -21,6 +21,8 @@ $Source$
|
||||
* css/phpmyadmin.css.php:
|
||||
- added style for class selectallarrow
|
||||
- added extra space between icons and text
|
||||
* browse_foreigners.php, header_printview.inc.php, left.php:
|
||||
bug #1334963 Per-server themes - left frame colors unthemed
|
||||
|
||||
2005-10-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/french* updates
|
||||
|
@@ -38,7 +38,7 @@ PMA_setFontSizes();
|
||||
<title>phpMyAdmin</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
|
||||
<base<?php if (!empty($cfg['PmaAbsoluteUri'])) echo ' href="' . $cfg['PmaAbsoluteUri'] . '"'; ?> />
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?lang=<?php echo $lang; ?>&js_frame=right" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&js_frame=right" />
|
||||
<script src="libraries/functions.js" type="text/javascript" language="javascript"></script>
|
||||
<script type="text/javascript" language="javascript">
|
||||
self.focus();
|
||||
|
@@ -46,7 +46,7 @@ if ($text_dir == 'ltr') {
|
||||
<head>
|
||||
<title><?php echo $strSQLResult; ?> - phpMyAdmin <?php echo PMA_VERSION ?></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?lang=<?php echo $lang; ?>&js_frame=print" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&js_frame=print" />
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
2
left.php
2
left.php
@@ -79,7 +79,7 @@ echo "<?xml version=\"1.0\" encoding=\"" . $GLOBALS['charset'] . "\"?".">";
|
||||
<base href="<?php echo $GLOBALS['cfg']['PmaAbsoluteUri']; ?>"
|
||||
target="phpmain<?php echo $_SESSION['window_name_hash']; ?>" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="./css/phpmyadmin.css.php?js_frame=left" />
|
||||
href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&js_frame=left" />
|
||||
<script type="text/javascript" language="javascript">
|
||||
//<![CDATA[
|
||||
function toggle( id, only_open ) {
|
||||
|
Reference in New Issue
Block a user