Reinclude table selection (bug #1477226).

This commit is contained in:
Michal Čihař
2006-04-26 20:59:09 +00:00
parent 2e8469efef
commit 8e64e6e39a
2 changed files with 9 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ $Source$
* export.php, libraries/plugin_interface.lib.php, libraries/export/*:
Allow forcing of export to file, it makes no sense to display PDF in
textarea ;-).
* libraries/display_export.lib.php: Reinclude table selection (bug
#1477226).
2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* themes/*:

View File

@@ -72,6 +72,13 @@ echo PMA_pluginGetJavascript($export_list);
<div id="div_container_exportoptions">
<fieldset id="exportoptions">
<legend><?php echo $strExport; ?></legend>
<?php if ( ! empty( $multi_values ) ) { ?>
<div class="formelementrow">
<?php echo $multi_values; ?>
</div>
<?php } ?>
<?php echo PMA_pluginGetChoice('Export', 'what', $export_list, 'format'); ?>
</fieldset>
</div>