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);
|
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">
|
<div class="exportoptions" id="databases_and_tables">
|
||||||
<?php
|
<?php
|
||||||
if($export_type == 'server') {
|
if($export_type == 'server') {
|
||||||
@@ -238,6 +233,11 @@ echo PMA_pluginGetJavascript($export_list);
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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">
|
<div class="exportoptions" id="format_specific_opts">
|
||||||
<h3><?php echo __('Format-Specific Options:'); ?></h3>
|
<h3><?php echo __('Format-Specific Options:'); ?></h3>
|
||||||
<?php echo PMA_pluginGetOptions('Export', $export_list); ?>
|
<?php echo PMA_pluginGetOptions('Export', $export_list); ?>
|
||||||
|
Reference in New Issue
Block a user