r256: Logs now work with the new custom fields system. Took a while, but it works...
[bugdar.git] / templates / selectoption.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$label</option>