Reviewed & tested by the community
Project:
Addresses
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2011 at 03:17 UTC
Updated:
8 May 2011 at 18:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
dkinzer commentedThe following patch fixed the issue for me.
Comment #2
jschoder commented@dkinzer: Thank you for that code-change. It now works again on my system.
In my case I use a little more complicated theming of form-elements and would be grateful if the replacing select-field would be rendered by the normal theming-functions.
Comment #3
dkinzer commented@jschoder: I'm glad the patch worked for you.
As for your other issue it's really about overriding the node form theme, node_form_template module should help with that (@see http://drupal.org/project/node_form_template).
Cheers,
D