- Fix displaying indexes for print view, use same function as for normal view (bug #1119388).

- Use CSS for hiding print button rather than javascript.
This commit is contained in:
Michal Čihař
2005-02-14 17:00:08 +00:00
parent 0b1d932f3e
commit 74ec215abc
5 changed files with 45 additions and 98 deletions

View File

@@ -67,3 +67,4 @@ if (!empty($GLOBALS['cfg']['PmaAbsoluteUri'])) {
<noscript>
<link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : './'; ?>css/phpmyadmin.css.php?lang=<?php echo $GLOBALS['lang']; ?>&amp;js_frame=right" />
</noscript>
<link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : './'; ?>css/print.css" media="print" />