Updated hidden structure/data field name

Modified label text
This commit is contained in:
lorilee
2010-06-09 20:26:04 -04:00
parent 676cc83520
commit 43c6fbedea

View File

@@ -33,8 +33,8 @@ if (isset($plugin_list)) {
'extension' => 'cs',
'mime_type' => 'text/cs',
'options' => array(
array('type' => 'hidden', 'name' => 'data'),
array('type' => 'select', 'name' => 'format', 'text' => __('Format'), 'values' => $CG_FORMATS),
array('type' => 'hidden', 'name' => 'structure_or_data'),
array('type' => 'select', 'name' => 'format', 'text' => __('Format:'), 'values' => $CG_FORMATS),
),
'options_text' => __('Options'),
);