#1585 closed enhancement (fixed)
[patch] [magic-removal] Admin app could use some better tables
Reported by: | James Bennett | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | magic-removal |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The admin app currently uses H2 elements for the titles of the 'module' tables which list the models, and does not provide summaries for those tables. Using CAPTION elements and summaries would probably be better in the long run for the accessibility of these tables.
Attachments (5)
Change History (13)
by , 19 years ago
Attachment: | index.diff added |
---|
comment:1 by , 19 years ago
Summary: | Admin app could use some better tables → [patch] [magic-removal] Admin app could use some better tables |
---|
Patches add summaries and captions (we'll want translations of the string in the summary attribute), and also include:
- CSS to make it purty
- A fix for the misaligned tables that have been happening forever in m-r
- "scope" attributes for the TH elements in the model-list tables.
by , 19 years ago
Attachment: | global.2.diff added |
---|
Slightly more-tweaked CSS to bring table display in line with Wilson's vision
comment:2 by , 19 years ago
Version: | → magic-removal |
---|
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:6 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:7 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:8 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
New admin index template with captions and summaries