Opened 16 years ago

Closed 13 years ago

#6077 closed (duplicate)

simple way to see help_text in edit_inline

Reported by: jakub_vysoky Owned by: xian
Component: contrib.admin Version: newforms-admin
Severity: Keywords: sprintdec01 admin template help text edit inline nfa-someday
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I just added <th title=""> for every column, that has some help_text.

Attachments (1)

help-text-edit-inline.diff (891 bytes ) - added by jakub_vysoky 16 years ago.

Download all attachments as: .zip

Change History (6)

by jakub_vysoky, 16 years ago

Attachment: help-text-edit-inline.diff added

comment:1 by jkocherhans, 16 years ago

Owner: changed from nobody to xian

Re-assigning to xian since he's working on templates for newforms-admin.

comment:2 by jakub_vysoky, 16 years ago

Keywords: sprintdec01 added

comment:3 by Simon G <dev@…>, 16 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Karen Tracey <kmtracey@…>, 16 years ago

Keywords: nfa-someday added

comment:5 by Ramiro Morales, 13 years ago

Resolution: duplicate
Status: newclosed

Although #8190 is newer, it contains an arguably better approach (using <abbr class="help-text-tooltip" title="HEL TEXT HERE">?</abbr> and a enhancement suggetion by Jacob. I'm closing this one and adding a pointer to it there.

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