Closed (fixed)
Project:
Block Theme
Version:
5.x-1.1
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2008 at 23:11 UTC
Updated:
28 Feb 2008 at 08:16 UTC
To reproduce:
1. Create a block via admin/build/block/add
2. Edit the block that you just created
3. Notice that in the Block Specific Settings fieldset, the "Save block" button is above the "Custom theme" select box
When blocks are exposed via other modules, this doesn't appear to be an issue because there is no "Save block" button in that fieldset.
The fix is to add:
'#weight' => -1,
to the $form['block_settings']['blocktheme'] array in blocktheme_form_alter().
Comments
Comment #1
JacobSingh commentedGot it! Thanks
Comment #2
JacobSingh commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.