r1392: Lots of work going into making the custom fields part of the bug table and...
[bugdar.git] / templates / bugfield_input_checkbox.tpl
1 <!-- custom field$field[fieldid] -->
2 <fieldset>
3 <legend>$field[name] $help[field$field[fieldid]]</legend>
4 <div class="field"><if condition="$searchMode"><select name="<if condition="$show['search']">custom[$field[fieldid]]<else />field$field[fieldid]</if>"><option value="0">{@"Ignore"}</option><option value="1">{@"Yes"}</option><option value="-1">{@"No"}</option></select><else /><input name="<if condition="$show['search']">custom[$field[fieldid]]<else />custom$field[fieldid]</if>" type="checkbox" value="1"$selected /></if></div>
5 </fieldset>
6 <!-- / custom field$field[fieldid] -->