Moved the plugin drop-down list down to just before the plugin-specific options

This commit is contained in:
lorilee
2010-06-08 23:04:22 -04:00
parent 233fd0d371
commit ea8062b375

View File

@@ -68,11 +68,6 @@ if (! empty($sql_query)) {
echo PMA_pluginGetJavascript($export_list);
?>
<div class="exportoptions" id="format">
<h3>Format:</h3>
<?php echo PMA_pluginGetChoice('Export', 'what', $export_list, 'format'); ?>
</div>
<div class="exportoptions" id="databases_and_tables">
<?php
if($export_type == 'server') {
@@ -238,6 +233,11 @@ echo PMA_pluginGetJavascript($export_list);
</ul>
</div>
<div class="exportoptions" id="format">
<h3>Format:</h3>
<?php echo PMA_pluginGetChoice('Export', 'what', $export_list, 'format'); ?>
</div>
<div class="exportoptions" id="format_specific_opts">
<h3><?php echo __('Format-Specific Options:'); ?></h3>
<?php echo PMA_pluginGetOptions('Export', $export_list); ?>