r1476: Removing all uses of $stylevar[alt_color] in templates; we just have the code...
[bugdar.git] / templates / selectoption.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$label</option>