r252: Making it so that custom bug fields work better and will operate with language...
[bugdar.git] / templates / bugfield_input_text.tpl
1 <div><strong>$field[name]:</strong> <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> /></div>