Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#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)

index.diff (904 bytes ) - added by James Bennett 18 years ago.
New admin index template with captions and summaries
global.diff (671 bytes ) - added by James Bennett 18 years ago.
Minor CSS tweaks
global.2.diff (713 bytes ) - added by James Bennett 18 years ago.
Slightly more-tweaked CSS to bring table display in line with Wilson's vision
index.2.diff (589 bytes ) - added by James Bennett 18 years ago.
Patch where i18n will actually work
object_history.diff (1.0 KB ) - added by James Bennett 18 years ago.
object history gets some love

Download all attachments as: .zip

Change History (13)

by James Bennett, 18 years ago

Attachment: index.diff added

New admin index template with captions and summaries

by James Bennett, 18 years ago

Attachment: global.diff added

Minor CSS tweaks

comment:1 by James Bennett, 18 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 James Bennett, 18 years ago

Attachment: global.2.diff added

Slightly more-tweaked CSS to bring table display in line with Wilson's vision

comment:2 by James Bennett, 18 years ago

Version: magic-removal

comment:3 by Jacob, 18 years ago

Resolution: fixed
Status: newclosed

(In [2619]) magic-removal: fixed #1585: admin index tables now have 25% more semantic goodness

comment:4 by Jacob, 18 years ago

(thanks, ubernostrum)

by James Bennett, 18 years ago

Attachment: index.2.diff added

Patch where i18n will actually work

comment:5 by James Bennett, 18 years ago

Resolution: fixed
Status: closedreopened

comment:6 by Wilson Miner, 18 years ago

Resolution: fixed
Status: reopenedclosed

(In [2628]) magic-removal: fixed #1585: admin index table summaries should play nice with i18n. Thanks, ubernostrum.

by James Bennett, 18 years ago

Attachment: object_history.diff added

object history gets some love

comment:7 by anonymous, 18 years ago

Resolution: fixed
Status: closedreopened

comment:8 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: reopenedclosed

(In [2657]) magic-removal: Fixed #1585 -- Added small semantic stuff to admin object_history template. Thanks, ubernostrom

Note: See TracTickets for help on using tickets.
Back to Top