The function table_list() in the class Notifications_Subscription_List sets a form type of "table"... but I don't think that exists in D7. There is a tableselect, but not table.
Soo, I fixed it with theme_table. See the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix-user-subscription-table-1307772-3.patch | 1.58 KB | webflo |
| 0001-fixed-table-form-type.patch | 1.67 KB | that0n3guy |
Comments
Comment #1
that0n3guy commentedoops, should be "needs review"
Comment #2
webflo commentedComment #3
webflo commentedCommit 0f2febb on 7.x-1.x. Thanks!