Opened 19 years ago
Closed 19 years ago
#3430 closed (worksforme)
Label rendering in newforms
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Forms | Version: | dev |
| Severity: | Keywords: | label | |
| Cc: | Triage Stage: | Design decision needed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I would be nice to have an option to disable the adding of ':' to labels.
Also with mobile devices the label attribute 'accesskey' is needed.
Change History (2)
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
comment:2 by , 19 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The ":" is only added if you use the as_table(), as_ul() or as_p() helper functions. If you'd rather not add the ":", you can output each form field individually in your template.