I would like to add and IF/ELSE php statement in the tpl_module_attributes.php page of my template that will check if an attribute is a radio field or select field and change the "<div class='back'>" to a 'new class' on line 32 depending on what input type it is. I could probably do this in javascript after the page loads, but it would be more elegant to do it server side. Any help is welcome.


Reply With Quote
