Posted by goose2000 on July 18, 2007 at 5:24pm
Jump to:
| Project: | CCK Fieldgroup Table |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi, after I grouped my 3 text fields (multi values of course) and went to /add/mynodetype/ the table was there, but the labels were printed out twice, two rows. One from the original fields and another added from group area too.
I probably just need to find and comment some line out.
Comments
#1
I just took out line 33:
// $header[] = t($field['label']);
Seems fine now.