Closed (won't fix)
Project:
Field Collection Table
Version:
7.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2012 at 17:26 UTC
Updated:
8 Nov 2015 at 00:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettCan you attach a screenshot?
Also, if you can manipulate it with firebug or something to show how you would expect it to look, a screenshot of that would be great.
Comment #2
lukusHi Tim
Two screenshots attached.. the first is what it looks like currently, the second is what I'm hoping to achieve.
Comment #3
lukusHere's the markup for example_current via firebug:
Comment #4
lukusActually, thinking about this - I think we just need to add an 'element-invisible' class to the legend.
Comment #5
tim.plunkettWell, if the date is split into date parts (year/month/day), I think that's where they'll display. So I'm not sure the best way to hide that.
Comment #6
lukusAh, I see what you mean - there might be situations where the legend is required. I suppose in those situations, ideally each date component would be given an individual column.
EDIT: Just tried this with my form and individual headings aren't displayed by default when the date's split by component.
Comment #7
Roulion commentedIt's the same case with node_reference field type
Comment #8
mpisano commentedI have the same error, the date field label appears two times plus the DATA label.
And I have others issues:
- I don't want to show the 1º column
- The labels of the checkboxes don't appears.
Edit: I fixed the last 2 errors with http://drupal.org/node/1396056 and http://drupal.org/node/1484136
But I still have labels appearing twice, please see:
http://drupal.org/files/field-collection%20table_labels.jpg
Comment #9
KristineC commentedI'm curious to know if there was a solution for this? I have the same issue with the labels appearing twice on the date module.
Comment #10
kristofferwiklund commentedThe problem is the date module.
It is displaying its input as
-- Label --
- Date - - Time -
[ ] [ ]
I don't think its up to field collection table to have special code for date-module. So the work around is to hide it using CSS.
Or hook into the form as this answer (and more)
http://www.mohitsharma.net/how-remove-labels-drupal-datepopup-fields-cus...
And the other solution is to file a issue in date-module to have the option to hide it.