Opened 16 years ago
Closed 16 years ago
#7385 closed (duplicate)
newforms-admin branch does not put the class attribute in inputs
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Forms | Version: | newforms-admin |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
to reproduce the bug just go to the /admin/auth/group/add/ url.
with trunk:
<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:
<div class="form-row name"> <label class="required" for="id_name">Name:</label> <input type="text" maxlength="80" name="name" id="id_name"/> </div>
Change History (2)
comment:1 by , 16 years ago
Version: | SVN → newforms-admin |
---|
comment:2 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate #5609. My apologizes, kimus, I should have looked for a duplicate before telling you to submit this ticket.