Monday 13 September 2004 3:11:18 pm
What I've done to fix this:
1. Create an override for the edit_attribute-template
2. Insert a switch in it, matching on the label of the field you wan't to manipulate. Leave the original template content in the standard case-block
3. Copy the standard template content into the case-block matching your field
4. Change the layout of it, for example by adding/changig CSS-class of the element, or adding a div with a class around it. This gives you the oppurtunity to manipulate the apperance of the field without even touching the template again 5. Update your CSS to correspond with the template
|