r325: - All custom field data in showreport.php is now handled by construct_custom_fi...
[bugdar.git] / templates / bugfield_select_single.tpl
1 <!-- custom field$field[fieldid] -->
2 <td class="tlabel">$field[name]</td>
3 <td class="tdata"><select name="<if condition="$show['search']">custom[$field[fieldid]]<else />field$field[fieldid]</if>">$options</select></td>
4 <!-- / custom field$field[fieldid] -->