type; $form['submission']["top_buttons"] = array( '#type' => 'radios', '#options' => array(t('No'), t('Yes')), '#title' => t('Duplicate submission buttons at top'), '#description' => t('Select "yes" if you want the submission buttons ("Save," "Delete," etc.) duplicated above the body field.'), '#attributes' => array('class' => 'container-inline'), '#default_value' => variable_get("top_buttons_$node_type", 1), ); return; } } }