New URL and hidden input generating stuff.

This commit is contained in:
Michal Čihař
2003-01-08 13:50:30 +00:00
parent cbb9ea86d6
commit 1e8447e111
50 changed files with 229 additions and 559 deletions

View File

@@ -68,11 +68,8 @@ echo "\n";
<?php
if ($num_tables > 1) {
$checkall_url = 'db_details_export.php3'
. '?lang=' . $lang
. '&amp;convcharset=' . $convcharset
. '&amp;server=' . $server
. '&amp;db=' . urlencode($db)
$checkall_url = 'db_details_export.php3?'
. PMA_generate_common_url($db)
. '&amp;goto=db_details_export.php3';
?>
<br />
@@ -191,9 +188,7 @@ if (function_exists('PMA_set_enc_form')) {
</td>
</tr>
</table>
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="lang" value="<?php echo $lang;?>" />
<input type="hidden" name="db" value="<?php echo htmlspecialchars($db);?>" />
<?php echo PMA_generate_common_hidden_inputs($db); ?>
</form>
<a href="./Documentation.html#faqexport" target="documentation"><?php echo $strDocu; ?></a>