r248: Sorting out issues with select_single custom fields not showing up right
[bugdar.git] / templates / bugfield_input_text.tpl
1 <div><strong>$field[name]:</strong> <input name="<if condition="$show['search']">custom[$field[shortname]]<else />$field[shortname]</if>" type="text" value="$value" size="35"<if condition="$field['maxlength']">maxlength="$field[maxlength]</if> /></div>