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