The default plugin options should be displayed on the import form but not on the export form (because of quick export)
This commit is contained in:
@@ -303,7 +303,9 @@ function PMA_pluginGetOptions($section, &$list)
|
||||
// Options for plugins that support them
|
||||
foreach ($list as $plugin_name => $val) {
|
||||
$ret .= '<div id="' . $plugin_name . '_options" class="format_specific_options"';
|
||||
if($plugin_name != $default) {
|
||||
if($section == 'Import' && $plugin_name == $default) {
|
||||
$ret .= '>';
|
||||
} else {
|
||||
$ret .= ' style="display: none;">';
|
||||
}
|
||||
$ret .= '<ul>';
|
||||
|
Reference in New Issue
Block a user