add custom-no-form to Export/method

This commit is contained in:
Crack
2010-08-19 20:35:49 +02:00
parent e344696016
commit a5417a0ce7
2 changed files with 2 additions and 2 deletions

View File

@@ -1073,7 +1073,7 @@ $cfg['Export'] = array();
$cfg['Export']['format'] = 'sql'; $cfg['Export']['format'] = 'sql';
/** /**
* quick/custom * quick/custom/custom-no-form
* *
* @global string $cfg['Export']['format'] * @global string $cfg['Export']['format']
*/ */

View File

@@ -98,7 +98,7 @@ $cfg_db['Export']['_sod_select'] = array(
$cfg_db['Export']['method'] = array( $cfg_db['Export']['method'] = array(
'quick' => __('Quick - display only the minimal options to configure'), 'quick' => __('Quick - display only the minimal options to configure'),
'custom' => __('Custom - display all possible options to configure'), 'custom' => __('Custom - display all possible options to configure'),
/*'custom-no-form'*/); 'custom-no-form' => __('Custom - like above, but without the quick/custom choice'));
$cfg_db['Export']['format'] = array('codegen', 'csv', 'excel', 'htmlexcel', $cfg_db['Export']['format'] = array('codegen', 'csv', 'excel', 'htmlexcel',
'htmlword', 'latex', 'ods', 'odt', 'pdf', 'sql', 'texytext', 'xls', 'xml', 'htmlword', 'latex', 'ods', 'odt', 'pdf', 'sql', 'texytext', 'xls', 'xml',
'yaml'); 'yaml');