Index: sites/all/modules/ljxp/ljxp.module =================================================================== --- sites/all/modules/ljxp/ljxp.module (revision 33157) +++ sites/all/modules/ljxp/ljxp.module (working copy) @@ -65,7 +65,12 @@ $form['ljxp'] = array('#type' => 'value', '#value' => true); $checked = $lj['ljid'] ? TRUE : ($default_state == 'yes'); - $form['ljxp_crosspost'] = array( + $form['ljxp'] = array ( + '#type' => 'fieldset', + '#title' => t('LiveJournal Crossposter'), + '#collapsible' => TRUE, + ); + $form['ljxp']['ljxp_crosspost'] = array( '#type' => 'checkbox', '#title' => t('Crosspost to LiveJournal'), '#default_value' => $checked,