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 /tbl_printview.php
parent9671074354a0f8c3e33575eb47564473f639fa53 (diff)
A different solution for preventing the menubar from floating in print view
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index 17c9b25ecf..a6844e9939 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -441,5 +441,7 @@ foreach ($the_tables as $key => $table) {
*/
PMA_printButton();
+echo "<div id='PMA_print_view'></div>\n";
+
require './libraries/footer.inc.php';
?>