]> src.bluestatic.org Git - bugdar.git/blob - templates/bugfield_input_checkbox.tpl
r256: Logs now work with the new custom fields system. Took a while, but it works...
[bugdar.git] / templates / bugfield_input_checkbox.tpl
1 <div><strong>$field[name]:</strong> <input name="<if condition="$show['search']">custom[$field[fieldid]]<else />field$field[fieldid]</if>" type="checkbox" value="1"$selected /></div>