r199: Completed the backend creation of the fields--it works with new bugs but it...
[bugdar.git] / templates / default / bugfield_input_text.tpl
1 <div><strong>$field[name]:</strong> <input name="$field[shortname]" type="text" value="$field[defaultvalue]" size="35"<if condition="$field['maxlength']">maxlength="$field[maxlength]</if> /></div>