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 02:25:21 +0400
committerRouslan Placella <rouslan@placella.com>2011-11-24 02:25:21 +0400
commitfad4b4853911040f6173f4f074bf40ed998fd6cf (patch)
tree938de102f6eddeb95beea4f32c0b70e2c7492ea6 /db_printview.php
parent9671074354a0f8c3e33575eb47564473f639fa53 (diff)
A different solution for preventing the menubar from floating in print view
Diffstat (limited to 'db_printview.php')
-rw-r--r--db_printview.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/db_printview.php b/db_printview.php
index acd0d9f26d..e15b79dc84 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -246,5 +246,7 @@ if ($num_tables == 0) {
*/
PMA_printButton();
+echo "<div id='PMA_print_view'></div>\n";
+
require './libraries/footer.inc.php';
?>