use CSS for DNS active icons
DNS only sites with with
Problem is template need always all img. Normal imgs only changed if in css is path changed...
The field is already in a variable: $liste["item"][] = array( 'field' => "active", 'datatype' => "VARCHAR", 'formtype' => "SELECT", 'op' => "=", 'prefix' => "", 'suffix' => "", 'width' => "", 'value' => array('y' => "<div id="ir-Yes" class="swap">Yes",'n' => "<div class="swap" id="ir-No">No"));
And i found the problem in Database -> values are Y and N in uppercase. 'value' => array('Y' => "<div id="ir-Yes" class="swap">Yes",'N' => "<div class="swap" id="ir-No">No")) works for all 3 lists.
@Till: Should i commit it or is better if Database is changed to y and n like all other tables? In both cases the .htm templates need the {tmpl_var name='active'} marker and somewhere is {tmpl_var name='active'} set. Maybe remove it, too.