﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5609	newforms-admin: input fields do not regard field class	anonymous	Brian Rosner	"I tried the newforms-admin branch, and noticed input field length for a SmallInteger field is wider than the trunk. Below is excerpt from the html source from newforms-admin branch and trunk. The one from newforms-admin is missing class=... etc.

newforms-admin:
{{{
<label for=""id_treatment_visits"" class=""required"">Treatment visits:</label>
<input type=""text"" name=""treatment_visits"" value=""19"" id=""id_treatment_visits"" />
}}}

trunk:
{{{
<label for=""id_treatment_visits"" class=""required"">Treatment visits:</label> 
<input type=""text"" id=""id_treatment_visits"" class=""vSmallIntegerField required"" name=""treatment_visits"" size=""5"" value=""19"" maxlength=""5"" />
}}}
"		closed	contrib.admin	dev		fixed	length input class	aloysius.prayitno@… cmawebsite@…	Accepted	1	0	1	0	0	0
