r231: Removing template sets. Part 1 of 3 in a multi-stage commit.
[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>