r325: - All custom field data in showreport.php is now handled by construct_custom_fi...
[bugdar.git] / templates / bugfield_input_text.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="text" value="$value" size="35"<if condition="$field['maxlength']">maxlength="$field[maxlength]</if> /></td>
4 <!-- / custom field$field[fieldid] -->