From 7f5369407c41b48f2d2d0d93afcaea5d69c38b6d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 30 May 2007 16:55:18 +0000 Subject: [PATCH] Designer and multi-server: other problems --- pmd/scripts/move.js | 6 +++--- pmd_pdf.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pmd/scripts/move.js b/pmd/scripts/move.js index 0b482b3a3..078f9c296 100644 --- a/pmd/scripts/move.js +++ b/pmd/scripts/move.js @@ -505,12 +505,12 @@ function New_relation() function Start_table_new() { - window.location.href='db_operations.php?db='+db+'&token='+token; + window.location.href='db_operations.php?server='+server+'&db='+db+'&token='+token; } function Start_tab_upd(table) { - window.location.href='tbl_structure.php?db='+db+'&token='+token+'&table='+table; + window.location.href='tbl_structure.php?server='+server+'&db='+db+'&token='+token+'&table='+table; } //----------------------------------------------------- hide tables ----------------------------------------------------- @@ -719,7 +719,7 @@ function PDF_save() { // var WinPDF = // window.open("pmd_pdf.php?token="+token+"&db="+db,"wind1", "top=200,left=200,width=200,height=100,resizable=yes,scrollbars=yes,menubar=no"); - Save('pmd_pdf.php?token='+token+'&db='+db); + Save('pmd_pdf.php?server=' + server + '&token=' + token + '&db=' + db); } diff --git a/pmd_pdf.php b/pmd_pdf.php index 7fe4c1ffb..7a63212fd 100644 --- a/pmd_pdf.php +++ b/pmd_pdf.php @@ -53,7 +53,7 @@ if (isset($scale)) {
-
+

: