Malformed table
borfast - September 12, 2009 - 12:19
| Project: | Taxonomy Image |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | borfast |
| Status: | needs review |
Description
The table in the Taxonomy image overview page is malformed. Basically it has to do with the number of columns, which is not consistent across rows. See attached images.
| Attachment | Size |
|---|---|
| bad-table.png | 60.9 KB |
| fixed-table.png | 61.25 KB |

#1
This patch fixes the malformed table.
#2
This one also removes the align="center" from the node types and image columns, which was looking quite weird - besides, formatting should be left for CSS instead of forced in HTML.
#3
And another one that also adds "none selected" to the table when a vocabulary doesn't have any node types selected.
I have used "em" tags, although I have just submitted a patch to remove some styling elements, but I don't have the time to add CSS and redo the styling. Also, this is starting to go out of the way of the original patch, so I'll stop here. Perhaps I'll add a new ticket for this later.