Designer and multi-server: other problems
This commit is contained in:
@@ -568,12 +568,12 @@ function New_relation()
|
|||||||
|
|
||||||
function Start_table_new()
|
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)
|
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 --------------------------------------
|
//--------------------------- hide tables --------------------------------------
|
||||||
|
|
||||||
@@ -829,7 +829,7 @@ function PDF_save()
|
|||||||
{
|
{
|
||||||
// var WinPDF =
|
// 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");
|
// 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
function General_scroll()
|
function General_scroll()
|
||||||
|
@@ -60,7 +60,7 @@ if (isset($scale)) {
|
|||||||
<body>
|
<body>
|
||||||
<br>
|
<br>
|
||||||
<div style="text-align:center; font-weight:bold;">
|
<div style="text-align:center; font-weight:bold;">
|
||||||
<form name="form1" method="post" action="pmd_pdf.php?db=<?php echo $db ?>&token=<?php echo $token ?>">
|
<form name="form1" method="post" action="pmd_pdf.php?server=<?php echo $server; ?>&db=<?php echo $db; ?>&token=<?php echo $token; ?>">
|
||||||
<p><?php echo $strExportImportToScale; ?>:
|
<p><?php echo $strExportImportToScale; ?>:
|
||||||
<select name="scale">
|
<select name="scale">
|
||||||
<option value="1">1:1</option>
|
<option value="1">1:1</option>
|
||||||
|
Reference in New Issue
Block a user