Active
Project:
SWFUpload
Version:
6.x-2.0-beta8
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2011 at 07:44 UTC
Updated:
25 Oct 2011 at 04:30 UTC
when editing a node the swfupload field does not have a label
it makes it hard to distinguish the elements of the swfupload field from surrounding fields
| Comment | File | Size | Author |
|---|---|---|---|
| Selection_149.png | 64.3 KB | batigolix |
Comments
Comment #1
kassissieh commentedThe title attribute is still present in the $form array, so it appears that SWFUpload makes it disappear entirely. However, the prefix attribute is still visible, so you can use hook_form_alter to display a widget title. Note that this is just a workaround. It would be nice to see a proper solution to this issue in SWFUpload module.