Closed (duplicate)
Project:
Excerpt
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2006 at 13:04 UTC
Updated:
2 Jan 2008 at 03:58 UTC
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.
Comments
Comment #1
hayesr commented