The configuration field in the admin area for content-types is displaying below the submit buttons. Annoying, not a bug.

Annyway: add weight (0) to the fieldset like this:
$form['excerpt'] = array('#type' => 'fieldset', '#title' => t('Excerpt'), '#weight' => 0);

on line 31 in excerpt.module

At your service.

Webportal software

Comments

hayesr’s picture

Status: Active » Closed (duplicate)