43a44,51
>     
>     $form['nodetypeset'] = array(
>     	'#type' => 'fieldset',
>       '#title' => t('Content type'),
>     	'#collapsible' => TRUE,
>       '#collapsed' => TRUE,
>       '#weight' => 20,
>     );
45c53
<     $form['nodetype'] = array(
---
>     $form['nodetypeset']['nodetype'] = array(
