Updated hidden structure/data field name, Modified label text, Modified formatting

This commit is contained in:
lorilee
2010-06-09 20:32:21 -04:00
parent 8238111537
commit 25fe9dcc43
10 changed files with 37 additions and 36 deletions

View File

@@ -19,7 +19,7 @@ if (isset($plugin_list)) {
'extension' => 'xml',
'mime_type' => 'text/xml',
'options' => array(
array('type' => 'hidden', 'name' => 'data'),
array('type' => 'hidden', 'name' => 'structure_or_data'),
),
'options_text' => __('Options')
);