Closed (fixed)
Project:
Taxonomy Super Select (TSS)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2010 at 17:30 UTC
Updated:
16 May 2011 at 19:09 UTC
Parent terms in hierarchical vocabularies are currently styled with <strong> tags, which makes it hard to customize the layout and styling. This patch uses a class and custom CSS instead, to add flexibility.
In my case, I would like to change the indentation of parent terms—this patch makes that easier.
Note: some of the files included in this module use Windows line endings, which makes patching difficult : (.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_super_select-DRUPAL-6--1_parent_styling.patch | 4.11 KB | dboulet |
Comments
Comment #1
jcisio commentedI manually applied the patch. Thanks dboulet!
I didn't know that the line encoding is Windows. I'll convert it into Linux one.
Comment #2
jcisio commentedI've committed another patch to add ID to the fieldset containers http://drupal.org/cvs?commit=435488, allow you to, for example, highlight certain subset of terms.
Comment #3
dboulet commentedNice, the only thing that I would add would be to run the id through
form_clean_id().Comment #4
jcisio commentedDone.
Comment #6
dennis605 commentedThat's really a great module,
but the above code doesn't work for me. I try to show checkboxes in a certain layout. Does anybody can imagine why this is not applied to my layout?
Also the appearance in FF and Chrome differs.
I thought i could solve this with the above approach, but i does not work. It seems that the CSS is just ignored.
Comment #7
dboulet commentedHi dennis605,
All the code presented in this issue has been committed to the project—use the latest version of the module to make use of it.
If you need help with styling your form, please try looking for help in the forums or open a new issue.