Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2011-11-24 19:43:04 +0400
committerRouslan Placella <rouslan@placella.com>2011-11-24 19:48:29 +0400
commit2776f894446e515cadd9ff530b1e4fb3eb4255bf (patch)
treedc80dc0bf3c9fdcf36a36a92871a33769d31db7f /db_printview.php
parentf62c4a1809458008c778afac98e481f54def216b (diff)
Disabled floating of the menubar in designer and fixed designer menu rendering in IE
Diffstat (limited to 'db_printview.php')
-rw-r--r--db_printview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_printview.php b/db_printview.php
index e15b79dc84..5512fa6391 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -246,7 +246,7 @@ if ($num_tables == 0) {
*/
PMA_printButton();
-echo "<div id='PMA_print_view'></div>\n";
+echo "<div id='PMA_disable_floating_menubar'></div>\n";
require './libraries/footer.inc.php';
?>