Ensured that the correct font families are used.
This commit is contained in:
@@ -9,13 +9,16 @@ $Source$
|
||||
* translators.html: Another mechanism against stupid people who use the
|
||||
translator list as a list of localised support hotlines or try to get a
|
||||
translation by mail order... :o)
|
||||
* header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
|
||||
libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
|
||||
that the correct font families are used.
|
||||
|
||||
2003-03-10 Garvin Hicking <me@supergarv.de>
|
||||
* sql.php3: Fixed another occurence of addslashes() where it no longer
|
||||
belongs.
|
||||
* tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
|
||||
tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
|
||||
- when creating/altering/adding table fields you can now change the
|
||||
* tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
|
||||
tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
|
||||
- when creating/altering/adding table fields you can now change the
|
||||
wrong form input, instead of losing all your data. Have fun. :-)
|
||||
* tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
|
||||
lang/*:
|
||||
|
@@ -15,7 +15,7 @@ if ($cfg['OBGzip']) {
|
||||
}
|
||||
|
||||
|
||||
// garvin: For re-usability, moved http-headers
|
||||
// garvin: For re-usability, moved http-headers
|
||||
// to a seperate file. It can now be included by header.inc.php3,
|
||||
// queryframe.php3, querywindow.php3.
|
||||
|
||||
@@ -42,7 +42,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.php3?js_frame=print" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php3?lang=<?php echo $lang; ?>&js_frame=print" />
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@@ -54,8 +54,8 @@ if ($cfg['QueryHistoryDB'] && $cfgRelation['historywork']) {
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $available_languages[$lang][2]; ?>" lang="<?php echo $available_languages[$lang][2]; ?>" dir="<?php echo $text_dir; ?>">
|
||||
<head>
|
||||
<title>phpMyAdmin <?php echo PMA_VERSION; ?> - <?php echo $HTTP_HOST; ?></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php3?js_frame=right" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php3?lang=<?php echo $lang; ?>&js_frame=right" />
|
||||
</head>
|
||||
|
||||
<frameset cols="<?php echo $cfg['LeftWidth']; ?>,*" rows="*">
|
||||
|
@@ -94,11 +94,11 @@ if ($num_dbs > 1 && !$cfg['LeftFrameLight']) {
|
||||
|
||||
var isServer = <?php echo ($server > 0) ? 'true' : 'false'; ?>;
|
||||
|
||||
document.writeln('<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php3?js_frame=left&js_capable=' + capable + '&js_isDOM=' + isDOM + '&js_isIE4=' + isIE4 + '" />');
|
||||
document.writeln('<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php3?lang=<?php echo $lang; ?>&js_frame=left&js_capable=' + capable + '&js_isDOM=' + isDOM + '&js_isIE4=' + isIE4 + '" />');
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php3?js_frame=left&js_capable=0&js_isDOM=0&js_isIE4=0" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php3?lang=<?php echo $lang; ?>&js_frame=left&js_capable=0&js_isDOM=0&js_isIE4=0" />
|
||||
</noscript>
|
||||
|
||||
<script src="libraries/left.js" type="text/javascript" language="javascript1.2"></script>
|
||||
@@ -205,7 +205,7 @@ if ($num_dbs > 1) {
|
||||
$db_tooltip = implode(' ', $tmp_db_tooltip);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// No light mode -> displays the expandible/collapsible db list
|
||||
if ($cfg['LeftFrameLight'] == FALSE) {
|
||||
|
||||
@@ -245,7 +245,7 @@ if ($num_dbs > 1) {
|
||||
$url_title = (!empty($tooltip) && isset($tooltip[$table]))
|
||||
? htmlspecialchars($tooltip[$table])
|
||||
: '';
|
||||
|
||||
|
||||
echo "\n";
|
||||
?>
|
||||
<nobr><img src="images/spacer.gif" border="0" width="9" height="9" alt="" />
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -28,4 +28,4 @@ if (!empty($GLOBALS['cfg']['PmaAbsoluteUri'])) {
|
||||
echo '<base href="' . $GLOBALS['cfg']['PmaAbsoluteUri'] . '" />' . "\n";
|
||||
}
|
||||
?>
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php3?js_frame=right" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php3?lang=<?php echo $GLOBALS['lang']; ?>&js_frame=right" />
|
||||
|
@@ -45,15 +45,15 @@ 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.php3?js_frame=left&num_dbs=0" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php3?lang=<?php echo $lang; ?>&js_frame=left&num_dbs=0" />
|
||||
<?php
|
||||
if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) {
|
||||
?>
|
||||
<script type="text/javascript" language="javascript">
|
||||
<script type="text/javascript" language="javascript">
|
||||
var querywindow = '';
|
||||
|
||||
function open_querywindow(url) {
|
||||
|
||||
|
||||
if (!querywindow.closed && querywindow.location) {
|
||||
querywindow.focus();
|
||||
} else {
|
||||
@@ -67,7 +67,7 @@ function open_querywindow(url) {
|
||||
if (window.focus) {
|
||||
querywindow.focus();
|
||||
}
|
||||
|
||||
|
||||
return false;
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user