Reinclude table selection (bug #1477226).
This commit is contained in:
@@ -30,6 +30,8 @@ $Source$
|
|||||||
* export.php, libraries/plugin_interface.lib.php, libraries/export/*:
|
* export.php, libraries/plugin_interface.lib.php, libraries/export/*:
|
||||||
Allow forcing of export to file, it makes no sense to display PDF in
|
Allow forcing of export to file, it makes no sense to display PDF in
|
||||||
textarea ;-).
|
textarea ;-).
|
||||||
|
* libraries/display_export.lib.php: Reinclude table selection (bug
|
||||||
|
#1477226).
|
||||||
|
|
||||||
2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* themes/*:
|
* themes/*:
|
||||||
|
@@ -72,6 +72,13 @@ echo PMA_pluginGetJavascript($export_list);
|
|||||||
|
|
||||||
<div id="div_container_exportoptions">
|
<div id="div_container_exportoptions">
|
||||||
<fieldset id="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'); ?>
|
<?php echo PMA_pluginGetChoice('Export', 'what', $export_list, 'format'); ?>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user