I'm tracing down where the form-item wrapper class form-item-labeled is added.
I also would like to see what is necessary for this class to be added to the wrapper.
I checked the whole theme but couldn't find any hook of preprocessor... please help.
The class isn't added for Garland ea. so I thought it had to be in the theme.... am I wrong?
Thanks

Comments

Anonymous’s picture

Status: Active » Closed (fixed)

I don't know if this answers the request, but this is an *ancient* support request with no answer:

aegir:/var/aegir/hostmaster-HEAD/profiles/hostmaster/themes/eldir# grep -r item-labeled *
style.css:  form div.form-item-labeled { padding-left:180px; }
style.css:  form div.form-item-labeled label {
template.php:    $attr['class'] .= ' form-item-labeled';
aegir:/var/aegir/hostmaster-HEAD/profiles/hostmaster/themes/eldir#

Hope it helps, closing this/

coveryoureyes’s picture

Class "form-item" with item id is added in function theme_form_element() of includes/form.inc