Part 1 of 2: Moving templates out of the default/ folder because we no longer are...
[viewsvn.git] / templates / select_option.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$display</option>