r203: - Custom field `select_single` now is stored as a string instead of an integer...
[bugdar.git] / templates / default / bugfield_input_text.tpl
1 <div><strong>$field[name]:</strong> <input name="$field[shortname]" type="text" value="$value" size="35"<if condition="$field['maxlength']">maxlength="$field[maxlength]</if> /></div>