Updated hidden structure/data field name, Modified label text
This commit is contained in:
@@ -19,8 +19,8 @@ if (isset($plugin_list)) {
|
|||||||
'extension' => 'csv',
|
'extension' => 'csv',
|
||||||
'mime_type' => 'text/comma-separated-values',
|
'mime_type' => 'text/comma-separated-values',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL by')),
|
array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL with:')),
|
||||||
array('type' => 'bool', 'name' => 'removeCRLF', 'text' => __('Remove CRLF characters within columns')),
|
array('type' => 'bool', 'name' => 'removeCRLF', 'text' => __('Remove carriage return/line feed characters within columns')),
|
||||||
array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')),
|
array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')),
|
||||||
array(
|
array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
@@ -29,8 +29,8 @@ if (isset($plugin_list)) {
|
|||||||
'win' => 'Windows',
|
'win' => 'Windows',
|
||||||
'mac_excel2003' => 'Excel 2003 / Macintosh',
|
'mac_excel2003' => 'Excel 2003 / Macintosh',
|
||||||
'mac_excel2008' => 'Excel 2008 / Macintosh'),
|
'mac_excel2008' => 'Excel 2008 / Macintosh'),
|
||||||
'text' => __('Excel edition')),
|
'text' => __('Excel edition:')),
|
||||||
array('type' => 'hidden', 'name' => 'data'),
|
array('type' => 'hidden', 'name' => 'structure_or_data'),
|
||||||
),
|
),
|
||||||
'options_text' => __('Options'),
|
'options_text' => __('Options'),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user