﻿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
7385	newforms-admin branch does not put the class attribute in inputs	kimus.linuxus@…	nobody	"to reproduce the bug just go to the /admin/auth/group/add/ url.

with trunk:
{{{
#!text/xml
<div class=""form-row name"">
    <label class=""required"" for=""id_name"">Name:</label>
    <input type=""text"" class=""vTextField required"" maxlength=""80"" name=""name"" id=""id_name""/>
</div>
}}}
with newforms-admin:
{{{
#!text/xml
<div class=""form-row name"">
    <label class=""required"" for=""id_name"">Name:</label>
    <input type=""text"" maxlength=""80"" name=""name"" id=""id_name""/>
</div>
}}}"		closed	Forms	newforms-admin		duplicate			Unreviewed	0	0	0	0	0	0
