Updated hidden structure/data field name, Modified label text, Modified formatting
This commit is contained in:
@@ -18,22 +18,15 @@ if (isset($plugin_list)) {
|
||||
'extension' => 'txt',
|
||||
'mime_type' => 'text/plain',
|
||||
'options' => array(
|
||||
array('type' => 'bool',
|
||||
'name' => 'structure',
|
||||
'text' => __('Structure'),
|
||||
'force' => 'data'),
|
||||
array('type' => 'bgroup',
|
||||
'name' => 'data',
|
||||
'text' => __('Data'),
|
||||
'force' => 'structure'),
|
||||
array('type' => 'text',
|
||||
'name' => 'null',
|
||||
'text' => __('Replace NULL by')),
|
||||
array('type' => 'bool',
|
||||
'name' => 'columns',
|
||||
'text' => __('Put columns names in the first row')),
|
||||
array('type' => 'egroup'),
|
||||
),
|
||||
/* what to dump (structure/data/both) */
|
||||
array('type' => 'begin_subgroup', 'subgroup_header' => array('type' => 'message_only', 'text' => __('Dump table'))),
|
||||
array('type' => 'radio', 'name' => 'structure_or_data', 'values' => array('structure' => __('structure'), 'data' => __('data'), 'structure_and_data' => __('structure and data'))),
|
||||
array('type' => 'end_subgroup'),
|
||||
array('type' => 'begin_group', 'name' => 'data', 'text' => __('Data dump options'), 'force' => 'structure'),
|
||||
array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL by')),
|
||||
array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')),
|
||||
array('type' => 'end_group'),
|
||||
),
|
||||
'options_text' => __('Options'),
|
||||
);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user