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