r640: Adding the template, image, and code that creates the help link
[bugdar.git] / templates / bugfield_input_checkbox.tpl
1 <!-- custom field$field[fieldid] -->
2 <fieldset>
3 <legend>$field[name]</legend>
4 <div class="field"><input name="<if condition="$show['search']">custom[$field[fieldid]]<else />field$field[fieldid]</if>" type="checkbox" value="1"$selected /></div>
5 </fieldset>
6 <!-- / custom field$field[fieldid] -->