Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / selectoption.tpl
1 <option value="<%- $value %>"<% if ($selected): %> selected="selected"<% endif %>><%- $label %></option>