Added option in config.inc.php to set the default export method to quick, custom, or custom-no-form
This commit is contained in:
@@ -97,6 +97,7 @@ $cfg_db['Export']['format'] = array('codegen', 'csv', 'excel', 'htmlexcel',
|
||||
'yaml');
|
||||
$cfg_db['Export']['compression'] = array('none', 'zip', 'gzip', 'bzip2');
|
||||
$cfg_db['Export']['charset'] = array_merge(array(''), $GLOBALS['cfg']['AvailableCharsets']);
|
||||
$cfg_db['Export']['method'] = array('quick', 'custom', 'custom-no-form');
|
||||
|
||||
/**
|
||||
* Config options which will be placed in config file even if they are set
|
||||
|
@@ -172,6 +172,7 @@ $forms['Import_defaults'] = array('Import' => array(
|
||||
'skip_queries'));
|
||||
$forms['Export_defaults'] = array('Export' => array(
|
||||
'format',
|
||||
'method',
|
||||
'compression',
|
||||
'asfile',
|
||||
'charset',
|
||||
|
@@ -86,6 +86,7 @@ $strSetupExport_file_template_database_name = __('Database name template');
|
||||
$strSetupExport_file_template_server_name = __('Server name template');
|
||||
$strSetupExport_file_template_table_name = __('Table name template');
|
||||
$strSetupExport_format_name = __('Format');
|
||||
$strSetupExport_method_name = __('Method');
|
||||
$strSetupExport_onserver_name = __('Save on server');
|
||||
$strSetupExport_onserver_overwrite_name = __('Overwrite existing file(s)');
|
||||
$strSetupExport_remember_file_template_name = __('Remember file name template');
|
||||
|
Reference in New Issue
Block a user