Moved the plugin drop-down list down to just before the plugin-specific options
This commit is contained in:
@@ -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); ?>
|
||||
|
Reference in New Issue
Block a user