r239: Most of the custom bug field permissions are worked out now. The only thing...
[bugdar.git] / templates / 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>