As the title say's please add div so we can easily theme and position the wishlist link in the form. I've added a git patch.
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| allow_theming_wishlist_link.patch | 1.47 KB | danreb |
As the title say's please add div so we can easily theme and position the wishlist link in the form. I've added a git patch.
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| allow_theming_wishlist_link.patch | 1.47 KB | danreb |
Comments
Comment #1
danreb commentedComment #2
danreb commentedThe above attach patch is much better than themer overrides the form using hook_form_alter() function like this:
so I think it is much better that the code is already included in the module.
Thanks
Comment #3
Scott Robertson commentedThe link itself is now themeable, and both the link and button can have their positions changed using the weight setting. Any additional markup needed could be handled with a custom hook_form_alter implementation.