diff --git a/ChangeLog b/ChangeLog index 3bc87aa69..bf66800be 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-03-07 Michal Čihař + * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php, + libraries/header_meta_style.inc.php: Actually use print style in themes, + also fixes RFE #1120880. + 2005-03-06 Michael Keck * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled versions of drop icons. diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 05eca7faa..aec1352cb 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -40,6 +40,11 @@ if ($js_frame == 'left') { if (@file_exists($tmp_file)) { include($tmp_file); } // end of include theme_print.css.php + ?> +table#serverinfo,td.serverinfo,table.noborder,table.noborder td { + border: none; +} + - +

 ' . "\n"; +echo '

 ' . "\n"; require_once('./footer.inc.php'); ?> diff --git a/libraries/header_meta_style.inc.php b/libraries/header_meta_style.inc.php index d9d77c52f..3b3a9d452 100644 --- a/libraries/header_meta_style.inc.php +++ b/libraries/header_meta_style.inc.php @@ -16,7 +16,7 @@ if ($GLOBALS['text_dir'] == 'ltr') { $GLOBALS['cell_align_right'] = 'left'; } // removes the bug with the horizontal scrollbar in IE (it's allways shown, if need it or not) -echo ""; +echo ""; ?> css/phpmyadmin.css.php?lang=&js_frame=right&js_isDOM=' + isDOM + '" />'); + document.writeln(''); //--> diff --git a/tbl_printview.php b/tbl_printview.php index cc950aad8..448597fec 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -5,6 +5,7 @@ /** * Gets the variables sent or posted to this script, then displays headers */ +$print_view = TRUE; if (!isset($selected_tbl)) { require_once('./libraries/grab_globals.lib.php'); require_once('./header.inc.php'); @@ -324,7 +325,7 @@ foreach ($the_tables AS $key => $table) { ?>

-
+